소스 검색

* removed surplus semicolon

git-svn-id: trunk@6252 -
tom_at_work 18 년 전
부모
커밋
923c70932e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/mouse.pp

+ 1 - 1
rtl/unix/mouse.pp

@@ -245,7 +245,7 @@ begin
 {$ifndef NOGPM}
     else
       gpm_close;
-{$endif};
+{$endif}
   end;
   gpm_fs:=-1;
 end;