song: removed CamelCase

CamelCase is ugly...  rename all functions.
This commit is contained in:
Max Kellermann
2008-10-08 11:05:34 +02:00
parent 5e4be9e495
commit 5e7b18f874
13 changed files with 59 additions and 58 deletions

View File

@@ -522,7 +522,7 @@ getSongFromDB(const char *file)
goto out;
if (!(song = songvec_find(&directory->songs, shortname)))
goto out;
assert(song->parentDir == directory);
assert(song->parent == directory);
out:
free(duplicated);