From a0ea012e9f0a6535695ab1c6efb6cb700d4b57ef Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Wed, 28 Oct 2009 16:55:43 +0100 Subject: Another bug with database loading and inserting --- database/database.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'database/database.h') 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 \ -- cgit v1.2.3