summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/speex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/speex.c')
-rw-r--r--lib/rbcodec/codecs/speex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/speex.c b/lib/rbcodec/codecs/speex.c
index a073151ee2..e1be971096 100644
--- a/lib/rbcodec/codecs/speex.c
+++ b/lib/rbcodec/codecs/speex.c
@@ -405,7 +405,7 @@ enum codec_status codec_run(void)
405 unsigned long strtoffset; 405 unsigned long strtoffset;
406 void *st = NULL; 406 void *st = NULL;
407 int j = 0; 407 int j = 0;
408 enum codec_command_action action; 408 long action;
409 intptr_t param; 409 intptr_t param;
410 410
411 memset(&bits, 0, sizeof(bits)); 411 memset(&bits, 0, sizeof(bits));