aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharkd.c')
-rw-r--r--sharkd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkd.c b/sharkd.c
index 6647189248..8ca9ff328f 100644
--- a/sharkd.c
+++ b/sharkd.c
@@ -209,7 +209,7 @@ main(int argc, char *argv[])
read_filter_list(CFILTER_LIST);
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);
}