From d4b884e7e0568d33e4f1bfad51886f6a87373d53 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 9 Oct 2002 22:05:41 +0000 Subject: 'End of song list' message now displays for 1 second and then exits to file browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2551 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/wps-display.h') diff --git a/apps/wps-display.h b/apps/wps-display.h index 439660e831..970bca1842 100644 --- a/apps/wps-display.h +++ b/apps/wps-display.h @@ -23,7 +23,7 @@ #include "id3.h" bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll); -void wps_display(struct mp3entry* id3); +bool wps_display(struct mp3entry* id3); bool wps_load(char* file, bool display); #ifdef HAVE_LCD_CHARCELLS -- cgit v1.2.3