aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.vala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.vala b/src/main.vala
index fdd08e8..caee3b3 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -30,7 +30,5 @@ public static int main (string[] args)
// start the service
var service = new Service (bluetooth);
- service.run ();
-
- return Posix.EXIT_SUCCESS;
+ return service.run ();
}