Browse Source

* fixed compilation

git-svn-id: trunk@5579 -
joost 18 years ago
parent
commit
bcdd0c9fdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/dbase/dbf_common.inc

+ 1 - 1
fcl/db/dbase/dbf_common.inc

@@ -212,7 +212,7 @@
 // Joost, 12-12-2006 Check temporarily disabled, until TDbf is properly changed so that
 // dbf_prscore is compilable without any dependencies on Dbf (and dbf_common.inc)
 {ifndef FPC_LITTLE_ENDIAN}
-  {$message error TDbf is not compatible with non little-endian CPUs. Please contact the author.}
+  {message error TDbf is not compatible with non little-endian CPUs. Please contact the author.}
 {endif}
 
 {$ifdef USE_ASSEMBLER_486_UP}