aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/os_installation.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 962d016e7..e42986173 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -540,7 +540,8 @@ GNUNET_OS_check_helper_binary (const char *binary)
540 } 540 }
541 if (-1 == once) 541 if (-1 == once)
542 return GNUNET_NO; 542 return GNUNET_NO;
543 return GNUNET_YES; 543 return GNUNET_YES;
544 }
544#endif 545#endif
545} 546}
546 547