summaryrefslogtreecommitdiffstats
path: root/sbin/nfsd
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2020-01-22 06:24:07 +0000
committertedu <tedu@openbsd.org>2020-01-22 06:24:07 +0000
commit478f2fec1627b67767f089e9c1ece3baaf13dc92 (patch)
tree2efc558ae8360f872912076b42a9e3c6a5371772 /sbin/nfsd
parentImplement support for SSL_peek() in the TLSv1.3 record layer. (diff)
downloadwireguard-openbsd-478f2fec1627b67767f089e9c1ece3baaf13dc92.tar.xz
wireguard-openbsd-478f2fec1627b67767f089e9c1ece3baaf13dc92.zip
remove semicolons not needed after } statements. ok deraadt
Diffstat (limited to 'sbin/nfsd')
-rw-r--r--sbin/nfsd/nfsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c
index 56c3c04a8d2..a8de7941920 100644
--- a/sbin/nfsd/nfsd.c
+++ b/sbin/nfsd/nfsd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsd.c,v 1.39 2019/06/28 13:32:45 deraadt Exp $ */
+/* $OpenBSD: nfsd.c,v 1.40 2020/01/22 06:24:08 tedu Exp $ */
/* $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $ */
/*
@@ -135,7 +135,7 @@ main(int argc, char *argv[])
break;
default:
usage();
- };
+ }
argv += optind;
argc -= optind;