song: removed CamelCase
CamelCase is ugly... rename all functions.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user