Declare a variable...

This commit is contained in:
mycroft 1996-02-18 22:19:44 +00:00
parent ba2ac1b587
commit 760b34026c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbdsp.c,v 1.18 1996/02/18 22:17:37 mycroft Exp $ */
/* $NetBSD: sbdsp.c,v 1.19 1996/02/18 22:19:44 mycroft Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -1319,6 +1319,7 @@ sbdsp_mixer_get_port(addr, cp)
mixer_ctrl_t *cp;
{
register struct sbdsp_softc *sc = addr;
int gain;
DPRINTF(("sbdsp_mixer_get_port: port=%d", cp->dev));