aboutsummaryrefslogtreecommitdiff
path: root/src/tag_ape.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-13 16:12:45 +0200
committerMax Kellermann <max@duempel.org>2009-10-13 16:12:45 +0200
commitea616b3ed4c1e94f29ac32bcd7751943e2d647a0 (patch)
treead7aab07cba992b1aa728466bc1ffe5ca9e1e1a0 /src/tag_ape.c
parenta9dc0e816c0b6c0ed19a584225e3fe6251f1a4c6 (diff)
tag: removed the "_ITEM_" suffix from the enum names
Diffstat (limited to 'src/tag_ape.c')
-rw-r--r--src/tag_ape.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tag_ape.c b/src/tag_ape.c
index e3b848bf..fb210ca4 100644
--- a/src/tag_ape.c
+++ b/src/tag_ape.c
@@ -26,13 +26,13 @@
#include <stdio.h>
static const char *const ape_tag_names[] = {
- [TAG_ITEM_TITLE] = "title",
- [TAG_ITEM_ARTIST] = "artist",
- [TAG_ITEM_ALBUM] = "album",
- [TAG_ITEM_COMMENT] = "comment",
- [TAG_ITEM_GENRE] = "genre",
- [TAG_ITEM_TRACK] = "track",
- [TAG_ITEM_DATE] = "year"
+ [TAG_TITLE] = "title",
+ [TAG_ARTIST] = "artist",
+ [TAG_ALBUM] = "album",
+ [TAG_COMMENT] = "comment",
+ [TAG_GENRE] = "genre",
+ [TAG_TRACK] = "track",
+ [TAG_DATE] = "year"
};
static struct tag *