summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2010-07-31 08:08:18 +0000
committerratchov <ratchov@openbsd.org>2010-07-31 08:08:18 +0000
commit0acedb376d936df3d294c6bd0839b3c3a727bf6d (patch)
treeddb361ccf3616dcf01e4729503c8755bde31b6ba /sys
parentfix a capitalisation error; (diff)
downloadwireguard-openbsd-0acedb376d936df3d294c6bd0839b3c3a727bf6d.tar.xz
wireguard-openbsd-0acedb376d936df3d294c6bd0839b3c3a727bf6d.zip
fix typo preventing compilation with AUDIO_DEBUG
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/ad1848.c4
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;