fix error in update

This commit is contained in:
Ron Pedde 2005-03-20 04:22:42 +00:00
parent f8f442bc3c
commit 65510ae93b
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ int db_sqlite_update(MP3FILE *pmp3) {
"bpm=%d," // bpm
"compilation=%d," // compilation
"rating=%d," // rating
"sample_count=%d,"
"sample_count=%d" // sample_count
" WHERE path='%q'",
STR(pmp3->title),
STR(pmp3->artist),