summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-05-28 15:44:04 +0000
committermiod <miod@openbsd.org>2007-05-28 15:44:04 +0000
commiteed6034522dc6314725b85eb0e95f94ead17e4de (patch)
tree769b316377a74f1f0c8c3482a2f751395bb78dcc
parentFix timeout loop in ips_poll(). (diff)
downloadwireguard-openbsd-eed6034522dc6314725b85eb0e95f94ead17e4de.tar.xz
wireguard-openbsd-eed6034522dc6314725b85eb0e95f94ead17e4de.zip
Art left a trailing quote as an easter egg in this file five years ago. Can
I have a cookie?
-rw-r--r--sys/dev/ofw/ofdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/ofdisk.c b/sys/dev/ofw/ofdisk.c
index 57f2439e4eb..8829bdfc7f2 100644
--- a/sys/dev/ofw/ofdisk.c
+++ b/sys/dev/ofw/ofdisk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ofdisk.c,v 1.12 2007/04/30 01:28:02 krw Exp $ */
+/* $OpenBSD: ofdisk.c,v 1.13 2007/05/28 15:44:04 miod Exp $ */
/* $NetBSD: ofdisk.c,v 1.3 1996/10/13 01:38:13 christos Exp $ */
/*
@@ -261,7 +261,7 @@ ofdstrategy(struct buf *bp)
done:
s = splbio();
- biodone(bp);'
+ biodone(bp);
splx(s);
}