]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.c
Fix compilation of para_fade in certain cases.
[paraslash.git] / write_common.c
index 1ff03761e22ec3bd8c9b3cdfaff05ac90a4a01c9..29a5e532698fb9a6e5c2ce9404cd37c1bd98d985 100644 (file)
@@ -209,7 +209,7 @@ void *check_writer_arg(const char *wa, int *writer_num)
                *writer_num = i;
                return writers[i].parse_config(c? wa + len + 1 : "");
        }
-       PARA_ERROR_LOG("%s", "writer not found\n");
+       PARA_ERROR_LOG("writer not found\n");
        return NULL;
 }