summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs/gbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/gbs.c')
-rw-r--r--lib/rbcodec/codecs/gbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/gbs.c b/lib/rbcodec/codecs/gbs.c
index 717f56c82f..01dab45586 100644
--- a/lib/rbcodec/codecs/gbs.c
+++ b/lib/rbcodec/codecs/gbs.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;