LRN's patch argument order
[oweals/gnunet.git] / src / util / test_common_logging_runtime_loglevels.c
index 5c069dc9f13d2a825292e87a7b0dfc73890aeeca..9b5b1228ac341a97c8ce5f5e0f9869152fb9427f 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2008 Christian Grothoff (and other contributing authors)
+     (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -314,14 +314,13 @@ runone ()
     break;
   }
 
-  proc =
-      GNUNET_OS_start_process (NULL, pipe_stdout, 
+  proc = GNUNET_OS_start_process (NULL, pipe_stdout,
 #if MINGW
-                              "test_common_logging_dummy",
+                                  "test_common_logging_dummy",
 #else
-                              "./test_common_logging_dummy",
+                                  "./test_common_logging_dummy",
 #endif
-                               "test_common_logging_dummy", NULL);
+                                  "test_common_logging_dummy", NULL);
   putenv ("GNUNET_FORCE_LOG=");
   putenv ("GNUNET_LOG=");