Break function declaration down to two lines

This commit is contained in:
Marcel Holtmann 2010-05-25 11:08:58 +02:00
parent d62548bfd0
commit 6322542719
1 changed files with 2 additions and 1 deletions

View File

@ -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);