aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-26 11:16:58 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-26 11:16:58 +0000
commit6307d275d8917d48b0a7b9bc56fc7009ad9898e3 (patch)
treea73e037e2126994064094f88acf59d7567148245 /src/util/os_installation.c
parent34bdcc7f86ce248d9dec18686e65d165d582f714 (diff)
downloadgnunet-6307d275d8917d48b0a7b9bc56fc7009ad9898e3.tar.gz
gnunet-6307d275d8917d48b0a7b9bc56fc7009ad9898e3.zip
-doxygen, indent
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index bc7e49512..4f8f86dd7 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -720,7 +720,9 @@ GNUNET_OS_get_libexec_binary_path (const char *progname)
720 * #GNUNET_SYSERR on error (no such binary or not executable) 720 * #GNUNET_SYSERR on error (no such binary or not executable)
721 */ 721 */
722int 722int
723GNUNET_OS_check_helper_binary (const char *binary, int check_suid, const char *params) 723GNUNET_OS_check_helper_binary (const char *binary,
724 int check_suid,
725 const char *params)
724{ 726{
725 struct stat statbuf; 727 struct stat statbuf;
726 char *p; 728 char *p;