mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
semicolon fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user