From 066bd67141ef81737828f785ccf898a4ba11ccad Mon Sep 17 00:00:00 2001 From: Ben Pye Date: Tue, 29 Apr 2014 21:03:22 +0100 Subject: [PATCH] Fix comment relating to prefix for expansion --- src/window_title_logo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window_title_logo.c b/src/window_title_logo.c index aced1e0edf..c9c57a9858 100644 --- a/src/window_title_logo.c +++ b/src/window_title_logo.c @@ -114,10 +114,10 @@ static void window_title_logo_paint() while (packs != 0) { if (packs & 1) { - // Prefix for expansion name, not sure what 0x93 is + // Prefix for expansion name buffer[0] = '\n'; buffer[1] = '\v'; - buffer[2] = 0x93; + buffer[2] = 0x93; // Colour of the text buffer[3] = '+'; buffer[4] = ' ';