diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-28 15:44:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-28 15:44:05 +0000 |
commit | e9d6a976207117358dfd4cca0b49eeacba007874 (patch) | |
tree | 9b7a47f09796500ebf5812c992948d4247198e68 /sys/dev | |
parent | c70e3a3f9138fcd3f6e46f9247dbe623c4b7aedf (diff) |
Art left a trailing quote as an easter egg in this file five years ago. Can
I have a cookie?
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ofw/ofdisk.c | 4 |
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); } |