Simplify vss_preselect().
[paraslash.git] / mp3_afh.c
index a6a421a640195cee964e2b33c908e05934a04243..4093a31394e26442172f6df0a6d906355c5e6ada 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2003-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -273,7 +273,7 @@ static void mp3_get_id3(unsigned char *map, size_t numbytes, off_t *fpos)
                return;
        *fpos = numbytes - 128;
        if (strncmp("TAG", (char *) map + *fpos, 3)) {
-               PARA_DEBUG_LOG("%s", "no id3 tag\n");
+               PARA_DEBUG_LOG("no id3 tag\n");
                return;
        }
        *fpos = numbytes - 125;