We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1eb70 commit 70e7393Copy full SHA for 70e7393
Source/PythonEngine.pas
@@ -3390,7 +3390,7 @@ procedure TDynamicDll.OpenDll(const aDllName : string);
3390
if not IsHandleValid then begin
3391
{$IFDEF MSWINDOWS}
3392
s := Format('Error %d: Could not open Dll "%s"',[GetLastError, DllName]);
3393
-{ $ELSE}
+ {$ELSE}
3394
s := Format('Error: Could not open Dll "%s"',[DllName]);
3395
{$ENDIF}
3396
if FatalMsgDlg then
0 commit comments