Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Yommy/Vend_SQL/Vend_SQL.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void do_init_vendingstat(void)
"`card1` smallint(6) NOT NULL,"
"`card2` smallint(6) NOT NULL,"
"`card3` smallint(6) NOT NULL,"
"`amount` int(10) unsigned NOT NULL,"
"`amount` int(10) NOT NULL,"
"`price` int(10) unsigned NOT NULL)",
vendingstat_table)
) {
Expand Down