Skip to content

Commit

Permalink
* Fix to speex compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jul 6, 2008
1 parent 2c0861c commit c7225dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/libspeex/include/speex/speex_stereo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c7225dc

Please sign in to comment.