diff options
author | Max Kellermann <max@duempel.org> | 2013-10-20 13:32:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-20 13:32:59 +0200 |
commit | a78b2d84ed7c2a82c69c56125036e70b009a87b0 (patch) | |
tree | c8818c4111e9f2138cb66a38e1664ad5aa432bd4 /test | |
parent | cf4d80fc655a399615529bdd27e0be284754c5ab (diff) |
TagType: rename enum tag_type to TagType
Diffstat (limited to 'test')
-rw-r--r-- | test/read_tags.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_tags.cxx b/test/read_tags.cxx index aae2a2df9..7b631cae5 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -124,7 +124,7 @@ print_duration(unsigned seconds, gcc_unused void *ctx) } static void -print_tag(enum tag_type type, const char *value, gcc_unused void *ctx) +print_tag(TagType type, const char *value, gcc_unused void *ctx) { g_print("[%s]=%s\n", tag_item_names[type], value); empty = false; |