semicolon fix

This commit is contained in:
Ron Pedde 2006-01-16 10:11:33 +00:00
parent 7e65fd67f4
commit 961f986414
1 changed files with 1 additions and 1 deletions

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 err;
char *perr=NULL;;
char *perr=NULL;
const char **colarray;
int cols;
int counter=10;