aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/logread.c')
-rw-r--r--sysklogd/logread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c
index ecdf2f579..ae8dbae3a 100644
--- a/sysklogd/logread.c
+++ b/sysklogd/logread.c
@@ -87,7 +87,7 @@ extern int logread_main(int argc, char **argv)
87 87
88 /* no options, no getopt */ 88 /* no options, no getopt */
89 if (argc > 1) 89 if (argc > 1)
90 show_usage(); 90 bb_show_usage();
91 91
92 // handle intrrupt signal 92 // handle intrrupt signal
93 if (setjmp(jmp_env)) goto output_end; 93 if (setjmp(jmp_env)) goto output_end;