From: ratchov Date: Sat, 31 Jul 2010 08:08:18 +0000 (+0000) Subject: fix typo preventing compilation with AUDIO_DEBUG X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0acedb376d936df3d294c6bd0839b3c3a727bf6d;p=openbsd fix typo preventing compilation with AUDIO_DEBUG --- 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;