summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ffc8013..dc622cf 100644
--- a/main.c
+++ b/main.c
@@ -366,7 +366,7 @@ void update_info(void)
/* update bar contents */
if (win.bar.h == 0)
return;
- mark = files[fileidx].marked ? "+ " : "";
+ mark = files[fileidx].marked ? "* " : "";
if (mode == MODE_THUMB) {
if (tns.loadnext < tns.end) {
snprintf(lt, llen, "Loading... %0*d", fw, tns.loadnext);