From 6b17a26b35424752995d42b118832dd83a65fbf2 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 17 Mar 2002 23:29:55 +0000 Subject: [PATCH] fix typo. --- sys/dev/audiovar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/audiovar.h b/sys/dev/audiovar.h index 3f2cfff33869..76ce812adc41 100644 --- a/sys/dev/audiovar.h +++ b/sys/dev/audiovar.h @@ -1,4 +1,4 @@ -/* $NetBSD: audiovar.h,v 1.24 2002/03/17 23:22:05 christos Exp $ */ +/* $NetBSD: audiovar.h,v 1.25 2002/03/17 23:29:55 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -202,6 +202,7 @@ struct audio_softc { u_long sc_rlastintr; /* last time we saw a rec interrupt */ long sc_rblktime; /* nominal time between interrupts */ #endif +}; extern int auconv_check_params(const struct audio_params *);