From 75c2029b1c3b59a5922eebc7cf91607758823c45 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 27 Feb 2009 09:01:55 +0100 Subject: tag: no CamelCase Renamed numOfItems to num_items. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 12094bfbf..6f97e06ef 100644 --- a/src/command.c +++ b/src/command.c @@ -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; } -- cgit v1.2.3