summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
commit1b3274a8a0b010b7ed65bedc89f09a69ef92958d (patch)
treed0e580fe01975ec46af69e68238174deea46d8f4 /usr.sbin/boot0cfg
parent937b21a465ef1c1a20915d594e2a97a5c7413bf4 (diff)
downloadFreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.zip
FreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.tar.gz
Remove spurious semicolons. Outside of functions they are actually errors but
GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c
index 32a4cfb..21f0ce7 100644
--- a/usr.sbin/boot0cfg/boot0cfg.c
+++ b/usr.sbin/boot0cfg/boot0cfg.c
@@ -367,7 +367,7 @@ boot0bs(const u_int8_t *bs)
if (memcmp(bs + ident[i].off, ident[i].key, ident[i].len))
return 0;
return 1;
-};
+}
/*
* Adjust "and" and "or" masks for a -o option argument.
OpenPOWER on IntegriCloud