summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-04-06 22:50:42 +0200
committerPaweł Redman <pawel.redman@gmail.com>2017-04-06 22:50:42 +0200
commita26bcb4fc45b4055136216e2425cd39f8fb38f3f (patch)
treead71b29e913f2e1bcf1a60dc6935cac26f86c3b4 /src/main.c
parent61f2d0e71b7df4ee6fdd1747c6149541d0411044 (diff)
Change the protocol to work with Q3.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 44d831d..f69f4e3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -180,7 +180,7 @@ static int parse_argv(int argc, char **argv)
case 'h':
puts("usage: " PROGRAM_NAME " [-h] [-v] [-p PORT] [-l LISTS-FILE]");
- exit();
+ exit(0);
case 'p':
config.port = atoi(optarg);