summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/test/test.c')
-rw-r--r--sys/boot/userboot/test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/test/test.c b/sys/boot/userboot/test/test.c
index d5707de..bf64e90 100644
--- a/sys/boot/userboot/test/test.c
+++ b/sys/boot/userboot/test/test.c
@@ -273,7 +273,7 @@ test_diskioctl(void *arg, int unit, u_long cmd, void *data)
break;
default:
return (ENOTTY);
- };
+ }
return (0);
}
OpenPOWER on IntegriCloud