Skip to content

Commit 70e7393

Browse files
committed
Incorrect ELSE directive (reported by LennertP)
1 parent 6d1eb70 commit 70e7393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PythonEngine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3390,7 +3390,7 @@ procedure TDynamicDll.OpenDll(const aDllName : string);
33903390
if not IsHandleValid then begin
33913391
{$IFDEF MSWINDOWS}
33923392
s := Format('Error %d: Could not open Dll "%s"',[GetLastError, DllName]);
3393-
{ $ELSE}
3393+
{$ELSE}
33943394
s := Format('Error: Could not open Dll "%s"',[DllName]);
33953395
{$ENDIF}
33963396
if FatalMsgDlg then

0 commit comments

Comments
 (0)