Skip to content

Commit a8fecd4

Browse files
authored
v0.1.1
Fix: syntax error on line 227
1 parent 08d26b3 commit a8fecd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutoItObject_Internal.au3

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#cs ----------------------------------------------------------------------------
22
AutoIt Version : 3.3.14.2
33
Author.........: genius257
4-
Version........: 0.1.0
4+
Version........: 0.1.1
55
#ce ----------------------------------------------------------------------------
66

77
#include-once
@@ -224,7 +224,7 @@ Func GetIDsOfNames($pSelf, $riid, $rgszNames, $cNames, $lcid, $rgDispId)
224224
$iID = $iIndex+1
225225
EndIf
226226

227-
If $iID==-1 Then Return Return $DISP_E_UNKNOWNNAME
227+
If $iID==-1 Then Return $DISP_E_UNKNOWNNAME
228228
DllStructSetData($tIds, 1, $iID)
229229
Return $S_OK
230230
EndFunc

0 commit comments

Comments
 (0)