summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/sgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/sgc.c')
-rw-r--r--lib/rbcodec/codecs/sgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/sgc.c b/lib/rbcodec/codecs/sgc.c
index eb260975c5..e8927f16a6 100644
--- a/lib/rbcodec/codecs/sgc.c
+++ b/lib/rbcodec/codecs/sgc.c
@@ -101,7 +101,7 @@ next_track:
101 101
102 /* The main decoder loop */ 102 /* The main decoder loop */
103 while (1) { 103 while (1) {
104 enum codec_command_action action = ci->get_command(&param); 104 long action = ci->get_command(&param);
105 105
106 if (action == CODEC_ACTION_HALT) 106 if (action == CODEC_ACTION_HALT)
107 break; 107 break;