aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-13 09:11:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-13 09:11:39 +0000
commitbd6e734d7d2a5472c959611d8aa452613f4f696b (patch)
treea00b9b637bba5f477c3e9596d1b015592d22fdae /src/util/os_installation.c
parentf7de70d68cfad378a9b4f3b1f572196e8fa23e2a (diff)
downloadgnunet-bd6e734d7d2a5472c959611d8aa452613f4f696b.tar.gz
gnunet-bd6e734d7d2a5472c959611d8aa452613f4f696b.zip
-LRN: typo
Diffstat (limited to 'src/util/os_installation.c')
-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