瀏覽代碼

* 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;