From: Simon Ruderich Date: Thu, 23 Oct 2014 09:32:38 +0000 (+0200) Subject: use EXIT_SUCCESS X-Git-Url: https://ruderich.org/simon/gitweb/?p=wall-notify%2Fwall-notify.git;a=commitdiff_plain;h=5f81debda61d93b35c5aee600e895263a7b04ba6 use EXIT_SUCCESS --- 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",