From b49518c63632ab6a31a8d1267959110858d9f004 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 1 Mar 2009 00:52:02 +0100 Subject: tag: no CamelCase Renamed functions and variables. --- src/tag_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag_print.c') 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]); } -- cgit v1.2.3