]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
don't use -q option with egrep, Solaris doesn't have it (bug 517145)
[wxWidgets.git] / src / gtk1 / app.cpp
index 6b0b5276dfd766eae63fba54db2805b872a8ee6a..b25fce3b1ccc1364019e8e110bbccc1532d804e8 100644 (file)
@@ -515,7 +515,8 @@ bool wxApp::SendIdleEvents( wxWindow* win )
 
         node = node->Next();
     }
-    return needMore ;
+    
+    return needMore;
 }
 
 int wxApp::MainLoop()