1
0
Fork 0
forked from len0rd/rockbox

code police strikes again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8829 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-02-24 15:13:04 +00:00
parent 568ac3eb21
commit c296ac5d65
2 changed files with 5 additions and 5 deletions

View file

@ -886,7 +886,7 @@ int solitaire(void){
draw_type=change_draw(draw_type);
configfile_save(FILENAME, config, 1, 0);
when=draw_type==0?MENU_BEFOREGAME:MENU_BEFOREGAMEOP;
return NULL;
return 0;
}
#if LCD_DEPTH>1
rb->lcd_set_foreground(LCD_BLACK);