changeset 495:f8fc6d18bcdb

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 May 2012 11:45:51 +0300
parents 5d8116a410d1
children 012f106bf290
files ui.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ui.c	Sun May 27 11:44:59 2012 +0300
+++ b/ui.c	Sun May 27 11:45:51 2012 +0300
@@ -57,8 +57,7 @@
     if (index >= 1 && index <= SET_MAX_WINDOWS)
         return chatWindows[index - 1];
     else
-        return 0;
-    
+        return NULL;
 }
 
 
@@ -103,7 +102,7 @@
         return FALSE;
 
 #ifdef PDCURSES
-        PDC_set_title("NNChat v" NN_VERSION);
+    PDC_set_title("NNChat v" NN_VERSION);
 #endif
 
     memset(chatWindows, 0, sizeof(chatWindows));