Oops, this shouldn't have been removed (fix red).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13066 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-04-08 04:12:55 +00:00
parent 07696c10b1
commit ef5cfb4e58

View file

@ -827,6 +827,7 @@ void wps_data_init(struct wps_data *wps_data)
wps_data->img_buf_free = IMG_BUFSIZE; /* free space in image buffer */
wps_data->peak_meter_enabled = false;
#else /* HAVE_LCD_CHARCELLS */
int i;
for (i = 0; i < 8; i++)
{
wps_data->wps_progress_pat[i] = 0;