diff options
Diffstat (limited to 'database/database.h')
-rw-r--r-- | database/database.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/database/database.h b/database/database.h index 49c208d..cc3ad12 100644 --- a/database/database.h +++ b/database/database.h @@ -734,11 +734,11 @@ "violates foreign key constraint \"" SQLITE_COL_OBJECTID "\"') " \ "END; END;" - /**********************************************\ - * * - * Resources * - * * - \**********************************************/ +/**********************************************\ +* * +* Resources * +* * +\**********************************************/ #define SQLITE_CREATE_TABLE_RESOURCES "CREATE TABLE IF NOT EXISTS "\ SQLITE_TABLE_RESOURCES \ |