projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7de70d
)
-LRN: typo
author
Christian Grothoff
<christian@grothoff.org>
Wed, 13 Jun 2012 09:11:39 +0000
(09:11 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 13 Jun 2012 09:11:39 +0000
(09:11 +0000)
src/util/os_installation.c
patch
|
blob
|
history
diff --git
a/src/util/os_installation.c
b/src/util/os_installation.c
index 962d016e7ab8f843bd4d281cf7e07dc3b974c67a..e4298617323fa422d9c00d30522700e9afaa8764 100644
(file)
--- 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
}