Skip to content

Commit da78392

Browse files
committed
Fix variable declaration
1 parent 5d42c53 commit da78392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ EndFunc ;==>_WD_Action
549549
; ===============================================================================================================================
550550
Func _WD_Window($sSession, $sCommand, $sOption = '')
551551
Local Const $sFuncName = "_WD_Window"
552-
Local $sResponse, $sJSON, $sResult = "", $iErr
552+
Local $sResponse, $oJSON, $sResult = "", $iErr
553553

554554
$sCommand = StringLower($sCommand)
555555

0 commit comments

Comments
 (0)