about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--vlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlogger.c b/vlogger.c
index a2a683e..949fb5b 100644
--- a/vlogger.c
+++ b/vlogger.c
@@ -169,5 +169,5 @@ main(int argc, char *argv[])
 	while (fgets(buf, sizeof buf, stdin) != NULL)
 		syslog(level|facility, "%s", buf);
 
-	return 1;
+	return 0;
 }