summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg/boot0cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/boot0cfg/boot0cfg.c')
-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