summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-18 22:25:33 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-18 22:25:33 +0000
commitd06bd609e039eebef40a3480bd2c2f9d8f9eef84 (patch)
treecc4c7f1a9fa18916afc4d964a316bd6bcec87015 /apps/gui/gwps-common.c
parent9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5 (diff)
downloadrockbox-d06bd609e039eebef40a3480bd2c2f9d8f9eef84.tar.gz
rockbox-d06bd609e039eebef40a3480bd2c2f9d8f9eef84.zip
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7971 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 34c3c7876b..74a1396e32 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -916,7 +916,7 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
916 char* start_of_line = data->format_buffer; 916 char* start_of_line = data->format_buffer;
917 int line = 0; 917 int line = 0;
918 int subline; 918 int subline;
919 char c, lastc; 919 char c, lastc = 0;
920#ifndef HAVE_LCD_BITMAP 920#ifndef HAVE_LCD_BITMAP
921 /* no bitmap lcd == no bitmap loading */ 921 /* no bitmap lcd == no bitmap loading */
922 (void)bmpdir; 922 (void)bmpdir;