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