Fix a silly type.

This commit is contained in:
mycroft 1999-02-17 23:55:18 +00:00
parent 27963c294a
commit 8b7b7cccc7
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: eap.c,v 1.22 1999/02/17 21:44:56 mycroft Exp $ */
/* $NetBSD: eap.c,v 1.23 1999/02/17 23:55:18 mycroft Exp $ */
/*
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -655,7 +655,8 @@ eap_set_params(addr, setmode, usemode, play, rec)
{
struct eap_softc *sc = addr;
struct audio_params *p;
u_int32_t mode, div;
int mode;
u_int32_t div;
/*
* This device only has one clock, so make the sample rates match.