aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gnunet-uri.c')
-rw-r--r--src/util/gnunet-uri.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/gnunet-uri.c b/src/util/gnunet-uri.c
index ada67e310..75e70d2b7 100644
--- a/src/util/gnunet-uri.c
+++ b/src/util/gnunet-uri.c
@@ -47,10 +47,9 @@ static struct GNUNET_DISK_PipeHandle *sigpipe;
47 * process died) or when user presses CTRL-C. 47 * process died) or when user presses CTRL-C.
48 * 48 *
49 * @param cls closure, NULL 49 * @param cls closure, NULL
50 * @param tc scheduler context
51 */ 50 */
52static void 51static void
53maint_child_death (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 52maint_child_death (void *cls)
54{ 53{
55 enum GNUNET_OS_ProcessStatusType type; 54 enum GNUNET_OS_ProcessStatusType type;
56 if ( (GNUNET_OK != 55 if ( (GNUNET_OK !=