summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/au.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/au.c')
-rw-r--r--lib/rbcodec/codecs/au.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/au.c b/lib/rbcodec/codecs/au.c
index 388c241140..632d6d64dd 100644
--- a/lib/rbcodec/codecs/au.c
+++ b/lib/rbcodec/codecs/au.c
@@ -270,7 +270,7 @@ enum codec_status codec_run(void)
270 endofstream = 0; 270 endofstream = 0;
271 271
272 while (!endofstream) { 272 while (!endofstream) {
273 enum codec_command_action action = ci->get_command(&param); 273 long action = ci->get_command(&param);
274 274
275 if (action == CODEC_ACTION_HALT) 275 if (action == CODEC_ACTION_HALT)
276 break; 276 break;