summaryrefslogtreecommitdiff
path: root/tools/oss-fuzzshark/fuzzshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/oss-fuzzshark/fuzzshark.c')
-rw-r--r--tools/oss-fuzzshark/fuzzshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/oss-fuzzshark/fuzzshark.c b/tools/oss-fuzzshark/fuzzshark.c
index ccab8a06ee..ac2c809e72 100644
--- a/tools/oss-fuzzshark/fuzzshark.c
+++ b/tools/oss-fuzzshark/fuzzshark.c
@@ -217,7 +217,7 @@ fuzz_init(int argc _U_, char **argv)
if (!color_filters_init(&err_msg, NULL))
{
- fprintf(stderr, "color_filters_init() failed %s\n", err_msg);
+ fprintf(stderr, "%s\n", err_msg);
g_free(err_msg);
}