]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/execmon/execmon.cpp
Fix OS X compilation in C++11 mode with libc++.
[wxWidgets.git] / utils / execmon / execmon.cpp
index 00766ccd98427078ef167385d1728f80915137e4..b78809596a6caa207b54dbe79d55b44feb983fc6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     25/3/09
 // RCS-ID:      $Id$
 // Copyright:   (c) 2009 Francesco Montorsi
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -117,7 +117,9 @@ bool TestExec(const wxVector<wxFileName>& programs, long timeout)
 
         long pid = wxExecute(programs[i].GetFullPath(), wxEXEC_ASYNC, &dt->process);
         if (pid == 0)
+        {
             wxLogError("could not run the program '%s'", programs[i].GetFullPath());
+        }
         else
         {
             wxLogMessage("started program '%s' (pid %d)...",