comparison nnchat.c @ 340:cbbe2e797f55

Cosmetics in help message.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 00:50:02 +0300
parents 058e3633bd73
children ece94ae2a051
comparison
equal deleted inserted replaced
339:058e3633bd73 340:cbbe2e797f55
1235 return NULL; 1235 return NULL;
1236 } 1236 }
1237 1237
1238 void printHelp(void) 1238 void printHelp(void)
1239 { 1239 {
1240 printMsgQ(currWin, 1240 printMsgQ(currWin, "\n"
1241 "NNChat Help\n" 1241 "NNChat Help\n"
1242 "===========\n" 1242 "===========\n"
1243 "\n" 1243 "\n"
1244 "F1 This help.\n" 1244 "F1 This help.\n"
1245 "F2 \n"
1245 ); 1246 );
1246 } 1247 }
1247 1248
1248 int main(int argc, char *argv[]) 1249 int main(int argc, char *argv[])
1249 { 1250 {