1
0
Fork 0
forked from len0rd/rockbox

Removed a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-11-18 22:25:33 +00:00
parent 9c0f1a9e39
commit d06bd609e0

View file

@ -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;