diff options
| author | Mats Lidell <matsl@rockbox.org> | 2002-08-21 10:43:31 +0000 |
|---|---|---|
| committer | Mats Lidell <matsl@rockbox.org> | 2002-08-21 10:43:31 +0000 |
| commit | 6866cef936eb29767f7e9f3fa4e3d1f0e392eebe (patch) | |
| tree | 684e12f083883a2ebe6c8fde4221b03206308509 /apps | |
| parent | 89d2285e0010adda3a2d9d936733943d93c25cd1 (diff) | |
| download | rockbox-6866cef936eb29767f7e9f3fa4e3d1f0e392eebe.zip rockbox-6866cef936eb29767f7e9f3fa4e3d1f0e392eebe.tar.gz rockbox-6866cef936eb29767f7e9f3fa4e3d1f0e392eebe.tar.bz2 rockbox-6866cef936eb29767f7e9f3fa4e3d1f0e392eebe.tar.xz | |
Added icons for charcell simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1857 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index 59bbcfe..7eb3a5b 100644 --- a/apps/status.c +++ b/apps/status.c @@ -63,7 +63,7 @@ bool statusbar(bool state) void status_draw(void) { -#if defined(HAVE_LCD_CHARCELLS) && !defined(SIMULATOR) +#if defined(HAVE_LCD_CHARCELLS) int battlevel = battery_level(); int volume = mpeg_val2phys(SOUND_VOLUME, global_settings.volume); |