summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c7ed0485..482a0259 100644
--- a/src/main.c
+++ b/src/main.c
@@ -187,8 +187,10 @@ int main(int argc, char **argv)
ofono_error("Unable to hop onto D-Bus: %s",
error.message);
dbus_error_free(&error);
- } else
+ } else {
ofono_error("Unable to hop onto D-Bus");
+ }
+
goto cleanup;
}