Skip to content

Commit 0c57d78

Browse files
committed
fix eof
1 parent ce60800 commit 0c57d78

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/GetInstalledPrinterFromWmi/GetInstalledPrinterFromWmi.au3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ Func _GetInstalledPrinterFromWmi($sReturnType = $InstalledPrinterWmi_ReturnType_
7474
SetError(1)
7575
EndIf
7676
EndFunc ;==>_GetInstalledPrinterFromWmi
77-

src/GetInstalledPrinterFromWmi/UsageExample.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ _ArrayDisplay ($r4, "Example 4 - Result")
3030
;-----------------
3131
MsgBox (0, "Example 5", "With filter '*Mi*' and return an array:")
3232
$r5 = _GetInstalledPrinterFromWmi($InstalledPrinterWmi_ReturnType_Array, "*Mi*")
33-
_ArrayDisplay ($r5, "Example 5 - Result")
33+
_ArrayDisplay ($r5, "Example 5 - Result")

src/WaitForAppWindow/UsageExample.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ MsgBox(0, "Example 2", "Timeout of 5 seconds reached. A new windows was found: "
2020
MsgBox(0, "Example 3", "Wait for C:\MyApp\MyApp.exe without timeout:")
2121
Run("C:\MyApp\MyApp.exe")
2222
Local $r3 = _WaitForAppWindow("C:\MyApp\MyApp.exe", 0)
23-
MsgBox(0, "Example 3", "This MsgBox will never appear, because the funtion waits endless.")
23+
MsgBox(0, "Example 3", "This MsgBox will never appear, because the funtion waits endless.")

src/WaitForAppWindow/WaitForAppWindow.au3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ Func _WaitForAppWindow($sAppExePath, $iTimeout = 0)
8686

8787
Return $bReturnCode
8888
EndFunc ;==>_WaitAppWindow
89-

0 commit comments

Comments
 (0)