diff options
author | Kevin Ferrare <kevin@rockbox.org> | 2005-11-20 01:35:20 +0000 |
---|---|---|
committer | Kevin Ferrare <kevin@rockbox.org> | 2005-11-20 01:35:20 +0000 |
commit | b363b2f93407b9adb85976576aaeb59dcfc78af7 (patch) | |
tree | c4a0bd95f24ef9154a74a817ca3c7a9ea45d24b9 /apps/recorder/radio.c | |
parent | 1a1abf25f43e33dfa7d421d6c43f283763226dbd (diff) |
oops ifdef error on FM recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8005 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r-- | apps/recorder/radio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index a6b540dd3d..2be0e26067 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -814,7 +814,7 @@ bool radio_screen(void) } } -#if HAS_BUTTONBAR +#ifdef HAS_BUTTONBAR gui_buttonbar_draw(&buttonbar); #endif FOR_NB_SCREENS(i) |