Jelajahi Sumber

* Make fpdoc happy, semicolon before final end

git-svn-id: trunk@47481 -
michael 4 tahun lalu
induk
melakukan
d88db13211
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/fcl-db/src/sqldb/postgres/pqconnection.pp

+ 1 - 1
packages/fcl-db/src/sqldb/postgres/pqconnection.pp

@@ -77,7 +77,7 @@ type
   TPQTranConnection = class
   protected
     FPGConn        : PPGConn;
-    FTranActive    : boolean
+    FTranActive    : boolean;
   end;
 
   { TPQConnection }