add missing "#undef Q_TMPL"

This commit is contained in:
chme 2014-07-27 11:16:00 +02:00
parent 33c4c4858c
commit 974c6e6323
1 changed files with 2 additions and 0 deletions

View File

@ -4399,6 +4399,7 @@ db_pragma_set_cache_size(int pages)
sqlite3_finalize(stmt);
sqlite3_free(query);
return 0;
#undef Q_TMPL
}
static char *
@ -4504,6 +4505,7 @@ db_pragma_set_synchronous(int synchronous)
sqlite3_finalize(stmt);
sqlite3_free(query);
return 0;
#undef Q_TMPL
}
int