semicolon fix

This commit is contained in:
Ron Pedde 2006-01-16 10:11:33 +00:00
parent 7e65fd67f4
commit 961f986414

View File

@ -256,7 +256,7 @@ int db_sqlite2_enum_begin(char **pe, char *fmt, ...) {
*/ */
int db_sqlite2_enum_fetch(char **pe, SQL_ROW *pr) { int db_sqlite2_enum_fetch(char **pe, SQL_ROW *pr) {
int err; int err;
char *perr=NULL;; char *perr=NULL;
const char **colarray; const char **colarray;
int cols; int cols;
int counter=10; int counter=10;