We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469b7a3 commit 329b6dfCopy full SHA for 329b6df
1 file changed
vlogger.c
@@ -169,5 +169,5 @@ main(int argc, char *argv[])
169
while (fgets(buf, sizeof buf, stdin) != NULL)
170
syslog(level|facility, "%s", buf);
171
172
- return 1;
+ return 0;
173
}
0 commit comments