typo in format string on previous commit

This commit is contained in:
nhmall
2015-03-09 22:11:49 -04:00
committed by Pasi Kallinen
parent 20b16455ef
commit 2b83895fd4

View File

@@ -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.