summaryrefslogtreecommitdiff
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:
86 86
87 /* The main decoder loop */ 87 /* The main decoder loop */
88 while (1) { 88 while (1) {
89 enum codec_command_action action = ci->get_command(&param); 89 long action = ci->get_command(&param);
90 90
91 if (action == CODEC_ACTION_HALT) 91 if (action == CODEC_ACTION_HALT)
92 break; 92 break;