1
0
Fork 0
forked from len0rd/rockbox

More tab fixes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29840 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-05-08 20:35:29 +00:00
parent d68d02ec11
commit ab99e941db
4 changed files with 12 additions and 12 deletions

View file

@ -255,7 +255,7 @@ void draw_progressbar(struct gui_wps *gwps, int line, struct progressbar *pb)
} }
#endif #endif
flags |= DONT_CLEAR_EXCESS; flags |= DONT_CLEAR_EXCESS;
} }
if (!pb->nobar) if (!pb->nobar)
{ {

View file

@ -1308,7 +1308,7 @@ static void skin_data_reset(struct wps_data *wps_data)
wps_data->touchregions = NULL; wps_data->touchregions = NULL;
#endif #endif
#ifdef HAVE_SKIN_VARIABLES #ifdef HAVE_SKIN_VARIABLES
wps_data->skinvars = NULL; wps_data->skinvars = NULL;
#endif #endif
#ifdef HAVE_ALBUMART #ifdef HAVE_ALBUMART
wps_data->albumart = NULL; wps_data->albumart = NULL;

View file

@ -74,10 +74,10 @@ static int load_radioart_image(struct radioart *ra, const char* preset_name,
if (!file_exists(path)) if (!file_exists(path))
{ {
#ifndef HAVE_NOISY_IDLE_MODE #ifndef HAVE_NOISY_IDLE_MODE
cpu_idle_mode(true); cpu_idle_mode(true);
#endif #endif
return -1; return -1;
} }
strlcpy(ra->name, preset_name, MAX_FMPRESET_LEN+1); strlcpy(ra->name, preset_name, MAX_FMPRESET_LEN+1);
ra->dim.height = dim->height; ra->dim.height = dim->height;
ra->dim.width = dim->width; ra->dim.width = dim->width;