diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-07-06 00:28:42 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-07-06 00:28:42 +0000 |
commit | 1db9a896bfbc57a4fc6e690f05aa2ddd70e78b3e (patch) | |
tree | 123881936d0caed24853be82cfa9895683fddfbd /code/libspeex | |
parent | 37d631212417d0e40f71fcad2c2a1df907165aa0 (diff) | |
download | ioquake3-aero-1db9a896bfbc57a4fc6e690f05aa2ddd70e78b3e.tar.gz ioquake3-aero-1db9a896bfbc57a4fc6e690f05aa2ddd70e78b3e.zip |
* Fix to speex compile warning
git-svn-id: svn://svn.icculus.org/quake3/trunk@1406 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/libspeex')
-rw-r--r-- | code/libspeex/include/speex/speex_stereo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/libspeex/include/speex/speex_stereo.h b/code/libspeex/include/speex/speex_stereo.h index a259713..415915d 100644 --- a/code/libspeex/include/speex/speex_stereo.h +++ b/code/libspeex/include/speex/speex_stereo.h @@ -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); |