diff options
Diffstat (limited to 'src/sqlite3gen.cpp')
-rw-r--r-- | src/sqlite3gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp index c50ea75..931341d 100644 --- a/src/sqlite3gen.cpp +++ b/src/sqlite3gen.cpp @@ -1355,7 +1355,7 @@ void generateSqlite3() #else // USE_SQLITE3 void generateSqlite3() { - err("Error: sqlite3 support has not been compiled in!"); + err("sqlite3 support has not been compiled in!"); } #endif |