summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-05-25 11:08:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-05-25 11:08:58 +0200
commit6322542719c9165aa9fad5bd9ded53722ebab3eb (patch)
tree2d19f1af7a482c2f9341f7ca0f9f9cff927165e7 /src/main.c
parentd62548bfd0e63f6b035a26131017a7c7eaaf3cca (diff)
downloadofono-6322542719c9165aa9fad5bd9ded53722ebab3eb.tar.bz2
Break function declaration down to two lines
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
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);