From 5f81debda61d93b35c5aee600e895263a7b04ba6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 23 Oct 2014 11:32:38 +0200 Subject: [PATCH] use EXIT_SUCCESS --- src/wall-notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wall-notify.c b/src/wall-notify.c index b06740b..95c4d8f 100644 --- a/src/wall-notify.c +++ b/src/wall-notify.c @@ -425,7 +425,7 @@ int main(int argc, char **argv) { printf("%s%s\n", PACKAGE_STRING, strlen(GIT_VERSION) ? " (Git " GIT_VERSION ")" : ""); - exit(0); + exit(EXIT_SUCCESS); break; default: fprintf(stderr, "%s: unknown option '%s'!\n\n", -- 2.43.2