From a26bcb4fc45b4055136216e2425cd39f8fb38f3f Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 6 Apr 2017 22:50:42 +0200 Subject: Change the protocol to work with Q3. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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); -- cgit