aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tag.c b/src/tag.c
index 2682d0763..f6e324b00 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -176,8 +176,7 @@ static MpdTag *getID3Info(
id3_ucs4_t const *ucs4;
id3_utf8_t *utf8;
union id3_field const *field;
- unsigned int nstrings;
- int i;
+ unsigned int nstrings, i;
frame = id3_tag_findframe(tag, id, 0);
/* Check frame */