* Fix to speex compile warning

This commit is contained in:
Tim Angus 2008-07-06 00:28:42 +00:00
parent 2c0861c1ce
commit c7225dc0ae

View file

@ -60,7 +60,7 @@ typedef struct SpeexStereoState {
#define SPEEX_STEREO_STATE_INIT {1,.5,1,1,0,0}
/** Initialise/create a stereo stereo state */
SpeexStereoState *speex_stereo_state_init();
SpeexStereoState *speex_stereo_state_init(void);
/** Reset/re-initialise an already allocated stereo state */
void speex_stereo_state_reset(SpeexStereoState *stereo);