소스 검색

* moved misplaced comma

git-svn-id: trunk@3145 -
Vincent Snijders 19 년 전
부모
커밋
3c8968a4b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/ogcoff.pas

+ 2 - 2
compiler/ogcoff.pas

@@ -219,9 +219,9 @@ implementation
     uses
        cutils,verbose,globals,
        fmodule,aasmtai,aasmdata,
-       ogmap,
+       ogmap
 {$ifdef win32}
-       windows
+       windows,
 {$endif win32}
        ;