aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-04-05 12:40:15 +0000
committerBart Polot <bart@net.in.tum.de>2013-04-05 12:40:15 +0000
commitb7b9aa01111acd66b8f22cb9d4c10edfaf999a03 (patch)
treeed0b36b10f747a1c18ef541d0bafadd64cd9e22b
parent05b5d18cc026acc99981b5cd0fb8d9711943915c (diff)
downloadgnunet-b7b9aa01111acd66b8f22cb9d4c10edfaf999a03.tar.gz
gnunet-b7b9aa01111acd66b8f22cb9d4c10edfaf999a03.zip
- 80 char align
-rw-r--r--src/util/test_os_start_process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/test_os_start_process.c b/src/util/test_os_start_process.c
index 0f225bcec..7005c11a4 100644
--- a/src/util/test_os_start_process.c
+++ b/src/util/test_os_start_process.c
@@ -131,7 +131,8 @@ run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
131 } 131 }
132 132
133 proc = 133 proc =
134 GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, hello_pipe_stdin, hello_pipe_stdout, fn, 134 GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR,
135 hello_pipe_stdin, hello_pipe_stdout, fn,
135 "test_gnunet_echo_hello", "-", NULL); 136 "test_gnunet_echo_hello", "-", NULL);
136 GNUNET_free (fn); 137 GNUNET_free (fn);
137 138