summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/watchdogd/watchdogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c
index 3dd2f52..62ce596 100644
--- a/usr.sbin/watchdogd/watchdogd.c
+++ b/usr.sbin/watchdogd/watchdogd.c
@@ -178,8 +178,8 @@ watchdog_tickle(void)
static int
watchdog_onoff(int onoff)
{
- int mib[3]
- int error
+ int mib[3];
+ int error;
int len;
len = 3;
OpenPOWER on IntegriCloud