summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h2
1 files changed, 1 insertions, 1 deletions
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