X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_afh.c;h=64eeb03c1a4bd89bb64488495ed5d76c3ca322e9;hp=e7511d36325b9e067e9defa10b39ac84911b4d9d;hb=7bcce4a433d575b15bfb70b7274562d65dd4bd66;hpb=a23e12ae76608a7ba3d333d8d76d5bbba0ba3ef0 diff --git a/opus_afh.c b/opus_afh.c index e7511d36..64eeb03c 100644 --- a/opus_afh.c +++ b/opus_afh.c @@ -17,7 +17,7 @@ #include "opus_common.h" #include "ogg_afh_common.h" -static const char* opus_suffixes[] = {"opus", NULL}; +static const char * const opus_suffixes[] = {"opus", NULL}; #define OPUS_COMMENT_HEADER "OpusTags" @@ -55,7 +55,7 @@ static int opus_get_comments(char *comments, int length, p += 4; if (p + ntags * 4 > end) return -E_OPUS_COMMENT; - PARA_INFO_LOG("found %d tag(s)\n", ntags); + PARA_INFO_LOG("found %u tag(s)\n", ntags); for (i = 0; i < ntags; i++, p += val) { char *tag;