From be7894509feb701630efa4a1a18a5af621068bac Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Tue, 5 Jul 2005 22:27:54 +0000 Subject: (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 --- apps/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/status.c') 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 { bool battery_safe; bool redraw_volume; /* true if the volume gauge needs updating */ #if CONFIG_LED == LED_VIRTUAL - bool led; /* disk LED simulation in the status bar */ + bool led; /* disk LED simulation in the status bar */ #endif #ifdef HAVE_USB_POWER bool usb_power; -- cgit v1.2.3