summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2017-05-11 07:31:21 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2017-05-11 07:31:21 +0000
commitbe537b0f4c9c5486bb413ba073aac09b90492fa1 (patch)
tree2410ec190762cc44dc4790fedac702903d857eda /usr.sbin
parentf6c6df66ce7900768ec702e8175113f3debc820d (diff)
typo, spotted by dhill.
ok reyk@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vmd/virtio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/virtio.c b/usr.sbin/vmd/virtio.c
index aafebf15ea7..0875b74f97e 100644
--- a/usr.sbin/vmd/virtio.c
+++ b/usr.sbin/vmd/virtio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: virtio.c,v 1.45 2017/05/08 09:08:40 reyk Exp $ */
+/* $OpenBSD: virtio.c,v 1.46 2017/05/11 07:31:20 mlarkin Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -2063,7 +2063,7 @@ virtio_dump(int fd)
if ((ret = vionet_dump(fd)) == -1)
return ret;
- if ((ret = vmmci_dump(fd)) == -1);
+ if ((ret = vmmci_dump(fd)) == -1)
return ret;
return (0);