summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-07-05 22:27:54 +0000
committerChristi Scarborough <christi@coraline.org>2005-07-05 22:27:54 +0000
commitbe7894509feb701630efa4a1a18a5af621068bac (patch)
tree19d18fd09ac3de9df25473091c423245668a40f8 /apps/status.c
parent5081182fe13f1158d41138b79985dff8b0632ca1 (diff)
downloadrockbox-be7894509feb701630efa4a1a18a5af621068bac.tar.gz
rockbox-be7894509feb701630efa4a1a18a5af621068bac.zip
(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7034 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index 03a69dd210..42204a6ee6 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -63,7 +63,7 @@ struct status_info {
63 bool battery_safe; 63 bool battery_safe;
64 bool redraw_volume; /* true if the volume gauge needs updating */ 64 bool redraw_volume; /* true if the volume gauge needs updating */
65#if CONFIG_LED == LED_VIRTUAL 65#if CONFIG_LED == LED_VIRTUAL
66 bool led; /* disk LED simulation in the status bar */ 66 bool led; /* disk LED simulation in the status bar */
67#endif 67#endif
68#ifdef HAVE_USB_POWER 68#ifdef HAVE_USB_POWER
69 bool usb_power; 69 bool usb_power;