diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-16 11:30:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-16 11:30:51 +0000 |
commit | 025cba47805b4e4b9a5e96c32a6e778af6f2d2d0 (patch) | |
tree | b25debbfc4d7639596c59a1dca8336a7f8ebfb6d /apps/recorder/icons.c | |
parent | 7ba7ffd84366a27661d4dda946f2508d85955556 (diff) |
removed extra ';'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4755 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index ab5abeaecc..e06923c582 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -200,7 +200,7 @@ void statusbar_icon_battery(int percent, bool charging) if (charging) lcd_bitmap(bitmap_icons_7x8[Icon_Plug], ICON_PLUG_X_POS, STATUSBAR_Y_POS, ICON_PLUG_WIDTH, STATUSBAR_HEIGHT, false); -}; +} /* * Print volume gauge to status bar |