typo. argh.
This commit is contained in:
parent
23e2bab36b
commit
8ebc66e5db
|
@ -490,7 +490,7 @@ int db_sql_edit_playlist(char **pe, int id, char *name, char *clause) {
|
|||
|
||||
if(id == 1) { /* can't edit the library query */
|
||||
db_get_error(pe,DB_E_INVALID_PLAYLIST);
|
||||
reuturn DB_E_INVALID_PLAYLIST;
|
||||
return DB_E_INVALID_PLAYLIST;
|
||||
}
|
||||
|
||||
/* first, check the playlist */
|
||||
|
|
Loading…
Reference in New Issue