From 1b3274a8a0b010b7ed65bedc89f09a69ef92958d Mon Sep 17 00:00:00 2001 From: stefanf Date: Sun, 16 May 2004 22:08:17 +0000 Subject: 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 --- usr.sbin/boot0cfg/boot0cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/boot0cfg') 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. -- cgit v1.1