Fixed a sloppy common-style declaration again.
This commit is contained in:
parent
f0791ddea7
commit
9d00d065d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33003
@ -550,7 +550,7 @@ int trace_init = 1;
|
||||
|
||||
#else
|
||||
extern struct audio_operations *audio_devs[MAX_AUDIO_DEV];
|
||||
int num_audiodevs;
|
||||
extern int num_audiodevs;
|
||||
extern struct mixer_operations *mixer_devs[MAX_MIXER_DEV];
|
||||
extern int num_mixers;
|
||||
extern struct synth_operations *synth_devs[MAX_SYNTH_DEV + MAX_MIDI_DEV];
|
||||
|
Loading…
Reference in New Issue
Block a user