mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58: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,"
|
||||
+ NUM_MOVES + " INTEGER,"
|
||||
+ GAME_OVER + " INTEGER,"
|
||||
+ SNAPSHOT + " BLOB,"
|
||||
+ SNAPSHOT + " BLOB"
|
||||
+ ");" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue