- doc clarification (identity manages egos, not identities)
[oweals/gnunet.git] / src / arm / do_start_process.c
index 95ec74405e92e857f6cd82289f1a9ae6ffa2775a..d8ee1f0c3f9f3044f72cff283c44b4b2d999100e 100644 (file)
@@ -122,7 +122,7 @@ do_start_process (int pipe_control, unsigned int std_inheritance,
   va_end (ap);
   argv[argv_size] = NULL;
   binary_path = argv[0];
-  proc = GNUNET_OS_start_process_v (pipe_control, std_inheritance, lsocks, 
+  proc = GNUNET_OS_start_process_v (pipe_control, std_inheritance, lsocks,
                                    binary_path, argv);
   while (argv_size > 0)
     GNUNET_free (argv[--argv_size]);