typo. argh.

This commit is contained in:
Ron Pedde 2006-03-29 04:42:28 +00:00
parent 23e2bab36b
commit 8ebc66e5db
1 changed files with 1 additions and 1 deletions

View File

@ -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 */ if(id == 1) { /* can't edit the library query */
db_get_error(pe,DB_E_INVALID_PLAYLIST); db_get_error(pe,DB_E_INVALID_PLAYLIST);
reuturn DB_E_INVALID_PLAYLIST; return DB_E_INVALID_PLAYLIST;
} }
/* first, check the playlist */ /* first, check the playlist */