# HG changeset patch # User Matti Hamalainen # Date 1308779402 -10800 # Node ID cbbe2e797f55e5750e991767062a02fa93fc3b34 # Parent 058e3633bd73a3a269bcda9072f07ef9d2b25c45 Cosmetics in help message. diff -r 058e3633bd73 -r cbbe2e797f55 nnchat.c --- a/nnchat.c Thu Jun 23 00:49:26 2011 +0300 +++ b/nnchat.c Thu Jun 23 00:50:02 2011 +0300 @@ -1237,11 +1237,12 @@ void printHelp(void) { - printMsgQ(currWin, + printMsgQ(currWin, "\n" "NNChat Help\n" "===========\n" "\n" - "F1 This help.\n" + "F1 This help.\n" + "F2 \n" ); }