diff options
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index b1167dc90..276fadebd 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -67,7 +67,7 @@ extern int watchdog_main(int argc, char **argv) fd = bb_xopen(argv[argc - 1], O_WRONLY); while (1) { - /* + /* * Make sure we clear the counter before sleeping, as the counter value * is undefined at this point -- PFM */ |