commit ffc908042c263fcb70f380170c2358d1ac0085ef parent 663feac13cbdba5299dbb32ed3a19617a5eb6538 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 21 Jan 2007 00:59:21 +0000 fx Diffstat:
| M | src/plugins/mp3extractor.c | | | 2 | +- |
| M | src/plugins/sidextractor.c | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/mp3extractor.c b/src/plugins/mp3extractor.c @@ -42,7 +42,7 @@ typedef struct { char * album; char * year; char * comment; - char * genre; + const char * genre; } id3tag; static const char *const genre_names[] = { diff --git a/src/plugins/sidextractor.c b/src/plugins/sidextractor.c @@ -100,7 +100,7 @@ struct EXTRACTOR_Keywords * libextractor_sid_extract ) { unsigned int flags; - int i, version; + int version; char album[ 33 ]; char artist[ 33 ]; char copyright[ 33 ];