소스 검색

Typo and whitespace fix.

Martijn Laan 6 년 전
부모
커밋
72939c7b5a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Projects/ScriptFunc_R.pas

+ 1 - 2
Projects/ScriptFunc_R.pas

@@ -1698,7 +1698,7 @@ function OtherProc(Caller: TPSExec; Proc: TPSExternalProcRec; Global, Stack: TPS
     ParamCount, SwapFirst, SwapLast: Integer;
     S: tbtstring;
   begin
-    { Calculate parameter count of our proc, will will need this later. }
+    { Calculate parameter count of our proc, will need this later. }
     ProcRec := Caller.GetProcNo(P.ProcNo) as TPSInternalProcRec;
     S := ProcRec.ExportDecl;
     GRFW(S);
@@ -1722,7 +1722,6 @@ function OtherProc(Caller: TPSExec; Proc: TPSExternalProcRec; Global, Stack: TPS
       http://www.sherlocksoftware.org/page.php?id=54 and
       https://github.com/thenickdude/InnoCallback. }
     Inliner := TASMInline.create;
-
     try
       Inliner.Pop(EAX); //get the retptr off the stack