فهرست منبع

Fix missing space.

Martijn Laan 4 ماه پیش
والد
کامیت
4c41f6cee3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 1
Projects/Src/Compiler.SetupCompiler.pas

@@ -6977,7 +6977,7 @@ var
         try
         try
           ISSigImportPublicKey(ISSigKeys[I], '', ISSigKeyEntry.PublicX, ISSigKeyEntry.PublicY); { shouldn't fail: values checked already }
           ISSigImportPublicKey(ISSigKeys[I], '', ISSigKeyEntry.PublicX, ISSigKeyEntry.PublicY); { shouldn't fail: values checked already }
         except
         except
-          AbortCompileFmt(SCompilerCompressInternalError, ['ISSigImportPublicKey failed:' + GetExceptMessage]);
+          AbortCompileFmt(SCompilerCompressInternalError, ['ISSigImportPublicKey failed: ' + GetExceptMessage]);
         end;
         end;
       end;
       end;