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 e334d01..8e961f0 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -33,7 +33,7 @@ int watchdog_main(int argc, char **argv) static const struct suffix_mult suffixes[] = { { "ms", 1 }, { "", 1000 }, - { } + { "", 0 } }; unsigned opts; |