mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-16 00:58:18 -04:00
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 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user