summaryrefslogtreecommitdiff
path: root/src/ui_act.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-03-05 10:10:27 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-03-05 10:10:27 +0100
commitc32b91ba94d88899578bd4680f05a556ff9b4981 (patch)
tree354e2403d00cbeac57cd1bf383766b6a1c599b04 /src/ui_act.c
parent2e360ba0b308b233f94f3a4bb12e25d3d447aa07 (diff)
downloadpianobar-windows-c32b91ba94d88899578bd4680f05a556ff9b4981.tar.gz
pianobar-windows-c32b91ba94d88899578bd4680f05a556ff9b4981.tar.bz2
pianobar-windows-c32b91ba94d88899578bd4680f05a556ff9b4981.zip
Use spaces, not tabs
Diffstat (limited to 'src/ui_act.c')
-rw-r--r--src/ui_act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_act.c b/src/ui_act.c
index 5f0861d..9e227c1 100644
--- a/src/ui_act.c
+++ b/src/ui_act.c
@@ -74,7 +74,7 @@ void BarUiActHelp (BAR_KS_ARGS) {
BarUiMsg (MSG_NONE, "\r");
while (curShortcut != NULL) {
if (curShortcut->description != NULL) {
- BarUiMsg (MSG_NONE, "%c\t%s\n", curShortcut->key,
+ BarUiMsg (MSG_LIST, "%c %s\n", curShortcut->key,
curShortcut->description);
}
curShortcut = curShortcut->next;