-LRN: typo
authorChristian Grothoff <christian@grothoff.org>
Wed, 13 Jun 2012 09:11:39 +0000 (09:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 13 Jun 2012 09:11:39 +0000 (09:11 +0000)
src/util/os_installation.c

index 962d016e7ab8f843bd4d281cf7e07dc3b974c67a..e4298617323fa422d9c00d30522700e9afaa8764 100644 (file)
@@ -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
 }