summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs/hes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/hes.c')
-rw-r--r--lib/rbcodec/codecs/hes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/hes.c b/lib/rbcodec/codecs/hes.c
index 56f49621c6..59e5c07df0 100644
--- a/lib/rbcodec/codecs/hes.c
+++ b/lib/rbcodec/codecs/hes.c
@@ -86,7 +86,7 @@ next_track:
/* The main decoder loop */
while ( 1 ) {
- enum codec_command_action action = ci->get_command(&param);
+ long action = ci->get_command(&param);
if (action == CODEC_ACTION_HALT)
break;