Index: trunk/psModules/src/detrend/pmFringeStats.c
===================================================================
--- trunk/psModules/src/detrend/pmFringeStats.c	(revision 23989)
+++ trunk/psModules/src/detrend/pmFringeStats.c	(revision 24095)
@@ -821,5 +821,5 @@
 
     // Solve the least-squares equation
-    if (! psMatrixGJSolve(A, B)) {
+    if (!psMatrixGJSolve(A, B)) {
         psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations.  Returning NULL.\n");
         return false;
