From 2b83895fd4db0188e06899fb6b3f249102f26656 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 9 Mar 2015 22:11:49 -0400 Subject: [PATCH] typo in format string on previous commit --- src/pager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pager.c b/src/pager.c index 377eda642..459a6daf4 100644 --- a/src/pager.c +++ b/src/pager.c @@ -538,7 +538,7 @@ do_look(mode, click_cc) if (from_screen || clicklook) Sprintf(prefix, "%s ", encglyph(glyph)); else - Sprintf(prefix, "%s ", sym); + Sprintf(prefix, "%c ", sym); /* * Check all the possibilities, saving all explanations in a buffer.