From bd6e734d7d2a5472c959611d8aa452613f4f696b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Jun 2012 09:11:39 +0000 Subject: [PATCH] -LRN: typo --- src/util/os_installation.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) } if (-1 == once) return GNUNET_NO; - return GNUNET_YES; + return GNUNET_YES; + } #endif } -- 2.25.1