Formatting.

This commit is contained in:
Håvard Pettersson 2014-11-20 11:22:15 +01:00
parent e11d82b25c
commit f1ee1baebd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct t_twc_list *twc_sqlite_statements = NULL;
if (rc != SQLITE_OK) \
statement = NULL; \
else \
twc_list_item_new_data_add(twc_sqlite_statements, statement); \
twc_list_item_new_data_add(twc_sqlite_statements, statement); \
} \
else \
{ \