Explorar o código

- removed semicolon after 'begin'

git-svn-id: trunk@31314 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
515d702408
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -683,7 +683,7 @@ implementation
 *****************************************************************************}
 
     constructor TObjSymbol.create(AList:TFPHashObjectList;const AName:string);
-      begin;
+      begin
         inherited create(AList,AName);
         bind:=AB_EXTERNAL;
         typ:=AT_NONE;