r1406 - trunk/code/libspeex/include/speex

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 5 20:28:42 EDT 2008


Author: tma
Date: 2008-07-05 20:28:42 -0400 (Sat, 05 Jul 2008)
New Revision: 1406

Modified:
   trunk/code/libspeex/include/speex/speex_stereo.h
Log:
* Fix to speex compile warning


Modified: trunk/code/libspeex/include/speex/speex_stereo.h
===================================================================
--- trunk/code/libspeex/include/speex/speex_stereo.h	2008-07-05 23:50:38 UTC (rev 1405)
+++ trunk/code/libspeex/include/speex/speex_stereo.h	2008-07-06 00:28:42 UTC (rev 1406)
@@ -60,7 +60,7 @@
 #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);




More information about the quake3-commits mailing list