tag: no CamelCase

Renamed numOfItems to num_items.
This commit is contained in:
Max Kellermann
2009-02-27 09:01:55 +01:00
parent 5b07cbf0b4
commit 75c2029b1c
13 changed files with 60 additions and 65 deletions
+1 -1
View File
@@ -1141,7 +1141,7 @@ handle_list(struct client *client, int argc, char *argv[])
if (tagType != TAG_ITEM_ALBUM) {
command_error(client, ACK_ERROR_ARG,
"should be \"%s\" for 3 arguments",
mpdTagItemKeys[TAG_ITEM_ALBUM]);
tag_item_names[TAG_ITEM_ALBUM]);
return COMMAND_RETURN_ERROR;
}