fixed compile warning.

This commit is contained in:
Takashi Iwai 2003-02-04 15:59:52 +00:00
parent 176d858909
commit 7724ea55e8

View file

@ -172,7 +172,7 @@ static int snd_rawmidi_open_conf(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp
#ifndef PIC
extern void *snd_rawmidi_open_symbols(void);
#endif
void *h;
void *h = NULL;
if (snd_config_get_type(rawmidi_conf) != SND_CONFIG_TYPE_COMPOUND) {
if (name)
SNDERR("Invalid type for RAWMIDI %s definition", name);