changeset 724:6cca48ee1557

Small correction and compiler warning avoid. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@997 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 21 Feb 2010 22:39:06 +0000
parents 69e893792522
children fc850ee753bd
files src/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Sun Feb 21 22:38:30 2010 +0000
+++ b/src/main.cpp	Sun Feb 21 22:39:06 2010 +0000
@@ -227,7 +227,7 @@
 
     returnValue = app.exec();
 
-    if ( startAsPlugin || startAsServer != NULL)
+    if ( startAsPlugin || startAsServer )
         server.stopServer();
 
     delete indentHandler;