aboutsummaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r--miscutils/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c
index 971b777a3..0ed10bcf1 100644
--- a/miscutils/watchdog.c
+++ b/miscutils/watchdog.c
@@ -88,7 +88,7 @@ int watchdog_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
88int watchdog_main(int argc UNUSED_PARAM, char **argv) 88int watchdog_main(int argc UNUSED_PARAM, char **argv)
89{ 89{
90 static const int enable = WDIOS_ENABLECARD; 90 static const int enable = WDIOS_ENABLECARD;
91 static const struct suffix_mult suffixes[] = { 91 static const struct suffix_mult suffixes[] ALIGN_SUFFIX = {
92 { "ms", 1 }, 92 { "ms", 1 },
93 { "", 1000 }, 93 { "", 1000 },
94 { "", 0 } 94 { "", 0 }