summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index c9fb923..51add88 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -116,7 +116,7 @@ void wps_show(void)
{
static bool playing = true;
struct mp3entry* id3 = mpeg_current_track();
- int lastlength=0, lastsize=0, lastrate=0;
+ unsigned int lastlength=0, lastsize=0, lastrate=0;
int lastartist=0, lastalbum=0, lasttitle=0;
while ( 1 ) {