mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix sql syntax error
This commit is contained in:
parent
812262e41d
commit
df473199f9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class DBHelper extends SQLiteOpenHelper {
|
||||||
+ FILE_NAME + " TEXT PRIMARY KEY,"
|
+ FILE_NAME + " TEXT PRIMARY KEY,"
|
||||||
+ NUM_MOVES + " INTEGER,"
|
+ NUM_MOVES + " INTEGER,"
|
||||||
+ GAME_OVER + " INTEGER,"
|
+ GAME_OVER + " INTEGER,"
|
||||||
+ SNAPSHOT + " BLOB,"
|
+ SNAPSHOT + " BLOB"
|
||||||
+ ");" );
|
+ ");" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue