Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
Fix: syntax error on line 227
  • Loading branch information
genius257 authored Mar 4, 2017
1 parent 08d26b3 commit a8fecd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoItObject_Internal.au3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#cs ----------------------------------------------------------------------------
AutoIt Version : 3.3.14.2
Author.........: genius257
Version........: 0.1.0
Version........: 0.1.1
#ce ----------------------------------------------------------------------------

#include-once
Expand Down Expand Up @@ -224,7 +224,7 @@ Func GetIDsOfNames($pSelf, $riid, $rgszNames, $cNames, $lcid, $rgDispId)
$iID = $iIndex+1
EndIf

If $iID==-1 Then Return Return $DISP_E_UNKNOWNNAME
If $iID==-1 Then Return $DISP_E_UNKNOWNNAME
DllStructSetData($tIds, 1, $iID)
Return $S_OK
EndFunc
Expand Down

0 comments on commit a8fecd4

Please sign in to comment.