aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_print.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-01 00:52:02 +0100
committerMax Kellermann <max@duempel.org>2009-03-01 00:52:02 +0100
commitb49518c63632ab6a31a8d1267959110858d9f004 (patch)
treeae06f9006bb7c628cf64b3bdc56d7aa246638c00 /src/tag_print.c
parentae87abae593e7baf07b547d8348c31213838e437 (diff)
downloadmpd-b49518c63632ab6a31a8d1267959110858d9f004.tar.gz
mpd-b49518c63632ab6a31a8d1267959110858d9f004.tar.xz
mpd-b49518c63632ab6a31a8d1267959110858d9f004.zip
tag: no CamelCase
Renamed functions and variables.
Diffstat (limited to 'src/tag_print.c')
-rw-r--r--src/tag_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag_print.c b/src/tag_print.c
index 678965c1c..737a63f6e 100644
--- a/src/tag_print.c
+++ b/src/tag_print.c
@@ -27,7 +27,7 @@ void tag_print_types(struct client *client)
int i;
for (i = 0; i < TAG_NUM_OF_ITEM_TYPES; i++) {
- if (ignoreTagItems[i] == 0)
+ if (ignore_tag_items[i] == 0)
client_printf(client, "tagtype: %s\n",
tag_item_names[i]);
}