diff options
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r-- | runit/svlogd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c index 052806c25..c3ff4e9c1 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c | |||
@@ -1114,7 +1114,8 @@ int svlogd_main(int argc, char **argv) | |||
1114 | /* Search for '\n' (in fact, np already holds the result) */ | 1114 | /* Search for '\n' (in fact, np already holds the result) */ |
1115 | linelen = stdin_cnt; | 1115 | linelen = stdin_cnt; |
1116 | if (np) { | 1116 | if (np) { |
1117 | print_to_nl: /* NB: starting from here lineptr may point | 1117 | print_to_nl: |
1118 | /* NB: starting from here lineptr may point | ||
1118 | * farther out into line[] */ | 1119 | * farther out into line[] */ |
1119 | linelen = np - lineptr + 1; | 1120 | linelen = np - lineptr + 1; |
1120 | } | 1121 | } |