summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_syscalls.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-09-18 05:21:20 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-09-18 05:21:20 +0000
commit172d8c93eca1e1961a4e829e070a0eeeca5386b4 (patch)
tree4fc53e4fe8d704ed6988ccd87238920542b89175 /sys/nfs/nfs_syscalls.c
parent1cc31895ed731e3843f2cd36e74bc1db1e7a3749 (diff)
remove unneeded semicolons after switch statements
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r--sys/nfs/nfs_syscalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c
index 9ec5db001f7..63c33d8aedc 100644
--- a/sys/nfs/nfs_syscalls.c
+++ b/sys/nfs/nfs_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_syscalls.c,v 1.127 2024/06/26 01:40:49 jsg Exp $ */
+/* $OpenBSD: nfs_syscalls.c,v 1.128 2024/09/18 05:21:19 jsg Exp $ */
/* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */
/*
@@ -469,7 +469,7 @@ loop:
m_freem(nd->nd_mrep);
m_freem(nd->nd_nam2);
break;
- };
+ }
if (nd) {
pool_put(&nfsrv_descript_pl, nd);