From: Christian Grothoff Date: Wed, 13 Jun 2012 09:11:39 +0000 (+0000) Subject: -LRN: typo X-Git-Tag: initial-import-from-subversion-38251~13096 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd6e734d7d2a5472c959611d8aa452613f4f696b;p=oweals%2Fgnunet.git -LRN: typo --- 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 }