diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-07-31 08:08:19 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-07-31 08:08:19 +0000 |
commit | 8e5f8ef5637044f0c1e9bbc9736e7a9604b97a12 (patch) | |
tree | 6fdae597aed85e36e44c7044207fd262b24d49fd /sys/dev/isa | |
parent | 2fbe93bf246c66ccc3b9eca997e9c47536e5776c (diff) |
fix typo preventing compilation with AUDIO_DEBUG
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/ad1848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ad1848.c b/sys/dev/isa/ad1848.c index d39b76d94f6..6cd62c30489 100644 --- a/sys/dev/isa/ad1848.c +++ b/sys/dev/isa/ad1848.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ad1848.c,v 1.37 2010/07/24 22:48:28 jakemsr Exp $ */ +/* $OpenBSD: ad1848.c,v 1.38 2010/07/31 08:08:18 ratchov Exp $ */ /* $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $ */ /* @@ -236,7 +236,7 @@ wait_for_calibration(struct ad1848_softc *sc) void ad1848_dump_regs(struct ad1848_softc *); void -ad1848_dump_regs(ad1848_softc *sc) +ad1848_dump_regs(struct ad1848_softc *sc) { int i; u_char r; |