summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/adx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/adx.c')
-rw-r--r--lib/rbcodec/codecs/adx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/adx.c b/lib/rbcodec/codecs/adx.c
index 8a56320787..e6e4c6fe5f 100644
--- a/lib/rbcodec/codecs/adx.c
+++ b/lib/rbcodec/codecs/adx.c
@@ -236,7 +236,7 @@ enum codec_status codec_run(void)
236 /* The main decoder loop */ 236 /* The main decoder loop */
237 237
238 while (!endofstream) { 238 while (!endofstream) {
239 enum codec_command_action action = ci->get_command(&param); 239 long action = ci->get_command(&param);
240 240
241 if (action == CODEC_ACTION_HALT) 241 if (action == CODEC_ACTION_HALT)
242 break; 242 break;