diff options
author | maxim <maxim@FreeBSD.org> | 2003-06-26 11:24:10 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2003-06-26 11:24:10 +0000 |
commit | a70925a0c156adba6664bb8e3c13d25297f67403 (patch) | |
tree | c1539535cc66130a9e81e65a3b656a232581a098 /usr.sbin/watchdogd | |
parent | a5eabafa98084a934cd0108f13c444df394052c1 (diff) | |
download | FreeBSD-src-a70925a0c156adba6664bb8e3c13d25297f67403.zip FreeBSD-src-a70925a0c156adba6664bb8e3c13d25297f67403.tar.gz |
o Fix typo.
Submitted by: smkelly
Diffstat (limited to 'usr.sbin/watchdogd')
-rw-r--r-- | usr.sbin/watchdogd/watchdogd.c | 4 |
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; |