diff --git a/src/ostree/ot-main.c b/src/ostree/ot-main.c index 81d10b98..4d47985b 100644 --- a/src/ostree/ot-main.c +++ b/src/ostree/ot-main.c @@ -360,7 +360,8 @@ ostree_option_context_parse (GOptionContext *context, static void on_sysroot_journal_msg (OstreeSysroot *sysroot, - const char *msg) + const char *msg, + void *dummy) { g_print ("%s\n", msg); }