summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index b0b3f1f..dfba5ff 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -56,7 +56,7 @@ inline void BarUiMsg (uiMsg_t type, const char *format, ...) {
break;
case MSG_LIST:
- printf ("\t");
+ printf (" ");
break;
default: