summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/spc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/spc.c')
-rw-r--r--lib/rbcodec/codecs/spc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/spc.c b/lib/rbcodec/codecs/spc.c
index 809562e2a0..dbec407d6a 100644
--- a/lib/rbcodec/codecs/spc.c
+++ b/lib/rbcodec/codecs/spc.c
@@ -453,7 +453,7 @@ static int play_track( void )
453 453
454 while ( 1 ) 454 while ( 1 )
455 { 455 {
456 enum codec_command_action action = ci->get_command(&param); 456 long action = ci->get_command(&param);
457 457
458 if (action == CODEC_ACTION_HALT) 458 if (action == CODEC_ACTION_HALT)
459 break; 459 break;