1
0
Fork 0
forked from len0rd/rockbox

oops ifdef error on FM recorder

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8005 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2005-11-20 01:35:20 +00:00
parent 1a1abf25f4
commit b363b2f934

View file

@ -814,7 +814,7 @@ bool radio_screen(void)
}
}
#if HAS_BUTTONBAR
#ifdef HAS_BUTTONBAR
gui_buttonbar_draw(&buttonbar);
#endif
FOR_NB_SCREENS(i)