semicolon fix
This commit is contained in:
parent
7e65fd67f4
commit
961f986414
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue