summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-11-30 19:58:59 +0000
committerDave Chapman <dave@dchapman.com>2007-11-30 19:58:59 +0000
commit95c117cdb8b2db2e3b5520e9181443a7915463e7 (patch)
tree3fa2a03ca69dbd6b353bbce8cb9db8ba76f91c17
parentdf40425f20e23b3f10bc3eaa20e631b74f374c4c (diff)
downloadrockbox-95c117cdb8b2db2e3b5520e9181443a7915463e7.tar.gz
rockbox-95c117cdb8b2db2e3b5520e9181443a7915463e7.zip
Use the correct variable name - fixes warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15860 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index 2b9fdd76fd..b2f837beb5 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -521,7 +521,7 @@ next_track:
521 ci->seek_complete(); 521 ci->seek_complete();
522 goto next_track; 522 goto next_track;
523 } 523 }
524 DEBUGF("Seek returned %d\n", (int)time); 524 DEBUGF("Seek returned %d\n", (int)elapsedtime);
525 ci->set_elapsed(elapsedtime); 525 ci->set_elapsed(elapsedtime);
526 526
527 /*flush the wma decoder state*/ 527 /*flush the wma decoder state*/