diff --git a/src/main.c b/src/main.c index 8f4092cd..d8df2f23 100644 --- a/src/main.c +++ b/src/main.c @@ -96,7 +96,8 @@ static gchar *option_debug = NULL; static gboolean option_detach = TRUE; static gboolean option_version = FALSE; -static gboolean parse_debug(const char *key, const char *value, gpointer user_data, GError **error) +static gboolean parse_debug(const char *key, const char *value, + gpointer user_data, GError **error) { if (value) option_debug = g_strdup(value);