Browse Source

* fcl-db: cosmetic

git-svn-id: trunk@27866 -
reiniero 11 years ago
parent
commit
02014da511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sql/fpsqltree.pp

+ 1 - 1
packages/fcl-db/src/sql/fpsqltree.pp

@@ -3424,7 +3424,7 @@ end;
 destructor TSQLCreateDatabaseStatement.Destroy;
 destructor TSQLCreateDatabaseStatement.Destroy;
 begin
 begin
   FreeAndNil(FSecondaryFiles);
   FreeAndNil(FSecondaryFiles);
-  FreeAndNil(FCHarSet);
+  FreeAndNil(FCharSet);
   inherited Destroy;
   inherited Destroy;
 end;
 end;