summaryrefslogtreecommitdiff
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
parent9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5 (diff)
downloadrockbox-d06bd609e039eebef40a3480bd2c2f9d8f9eef84.zip
rockbox-d06bd609e039eebef40a3480bd2c2f9d8f9eef84.tar.gz
rockbox-d06bd609e039eebef40a3480bd2c2f9d8f9eef84.tar.bz2
rockbox-d06bd609e039eebef40a3480bd2c2f9d8f9eef84.tar.xz
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7971 a1c6a512-1295-4272-9138-f99709370657
-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 34c3c78..74a1396 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,
char* start_of_line = data->format_buffer;
int line = 0;
int subline;
- char c, lastc;
+ char c, lastc = 0;
#ifndef HAVE_LCD_BITMAP
/* no bitmap lcd == no bitmap loading */
(void)bmpdir;