summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/smaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/smaf.c')
-rw-r--r--lib/rbcodec/codecs/smaf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/smaf.c b/lib/rbcodec/codecs/smaf.c
index eed9d39db4..5da8eb9aff 100644
--- a/lib/rbcodec/codecs/smaf.c
+++ b/lib/rbcodec/codecs/smaf.c
@@ -446,7 +446,7 @@ enum codec_status codec_run(void)
446 endofstream = 0; 446 endofstream = 0;
447 447
448 while (!endofstream) { 448 while (!endofstream) {
449 enum codec_command_action action = ci->get_command(&param); 449 long action = ci->get_command(&param);
450 450
451 if (action == CODEC_ACTION_HALT) 451 if (action == CODEC_ACTION_HALT)
452 break; 452 break;