From 9d50d5221654e71e93508c99f30579606f4d95af Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 11 Mar 2014 10:24:21 -0700 Subject: [PATCH] What a waste of a commit Note to self, fixup rebase this before g finds it --- src/groupchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupchat.c b/src/groupchat.c index 38a852c..b74d110 100644 --- a/src/groupchat.c +++ b/src/groupchat.c @@ -124,7 +124,7 @@ static void print_groupchat_help(ChatContext *ctx) wprintw(ctx->history, " * Scroll peer list with the Page Up/Page Down keys.\n\n"); wattroff(ctx->history, COLOR_PAIR(CYAN) | A_BOLD); wattron(ctx->history, COLOR_PAIR(WHITE) | A_BOLD); - wprintw(ctx->history, " \n Notice, some friends will be missing names while finding peers\n\n"); + wprintw(ctx->history, " Notice, some friends will be missing names while finding peers\n\n"); wattroff(ctx->history, COLOR_PAIR(WHITE) | A_BOLD); }