Browse Source

* removed surplus semicolon

git-svn-id: trunk@6252 -
tom_at_work 18 years ago
parent
commit
923c70932e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/unix/mouse.pp

+ 1 - 1
rtl/unix/mouse.pp

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