Final modifications for cpplint and gcc

This commit is contained in:
Jorrit Wronski 2016-12-23 14:20:54 +01:00
parent f5a25167a4
commit 498525bb26

View File

@ -240,7 +240,7 @@ void Database::key(const std::string& aKey) const
} }
#else #else
if (pass_len > 0) { if (pass_len > 0) {
const SQLite::Exception exception("No encryption support, recompile with SQLITE_HAS_CODEC to use this function."); const SQLite::Exception exception("No encryption support, recompile with SQLITE_HAS_CODEC to enable.");
throw exception; throw exception;
} }
#endif // SQLITE_HAS_CODEC #endif // SQLITE_HAS_CODEC