summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-13 06:41:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-13 06:41:04 +0000
commit8e11dfc44ff05c0b99f891c9cdb0124a18bdff6d (patch)
treee731c608ce8e1abfe84ed46d4734301f810c490d /apps/wps-display.c
parentefea9e6b2de7a2127bc281a8851627b579731afb (diff)
Upped the max support number of lines in the WPS to 13.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4614 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 3e28f7f3e8..c45008ef93 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -53,7 +53,7 @@
#define WPS_CONFIG ROCKBOX_DIR "/default.wps"
#ifdef HAVE_LCD_BITMAP
-#define MAX_LINES 10
+#define MAX_LINES 13
#define FORMAT_BUFFER_SIZE 800
#else
#define MAX_LINES 2