diff options
Diffstat (limited to 'sys/dev/sbus/bwtwo.c')
-rw-r--r-- | sys/dev/sbus/bwtwo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sbus/bwtwo.c b/sys/dev/sbus/bwtwo.c index 8c3ef7ea25f..ffe02bad1dc 100644 --- a/sys/dev/sbus/bwtwo.c +++ b/sys/dev/sbus/bwtwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwtwo.c,v 1.5 2002/09/10 03:18:59 jason Exp $ */ +/* $OpenBSD: bwtwo.c,v 1.6 2003/02/12 19:41:20 henric Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -291,6 +291,7 @@ fail_vid: bus_space_unmap(sa->sa_bustag, sc->sc_ctrl_regs, BWTWO_CTRL_SIZE); fail_ctrl: fail: +; } int |