aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-01 20:47:52 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-01 20:47:52 +0000
commit652e89b59ed2207c2c12172fdabcd6e659995c81 (patch)
treef054c819d483c1056e18c1099afd4c7fcd2582a0 /src/util/os_installation.c
parent5e4113e83368849500792e57946c3d8dd9e548d8 (diff)
downloadgnunet-652e89b59ed2207c2c12172fdabcd6e659995c81.tar.gz
gnunet-652e89b59ed2207c2c12172fdabcd6e659995c81.zip
fixing bio testcase and a bug in bio.c, also indenting
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index afb8c2474..7079e2fef 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -298,8 +298,9 @@ os_get_gnunet_path ()
298 return ret; 298 return ret;
299 /* other attempts here */ 299 /* other attempts here */
300 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 300 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
301 _("Could not determine installation path for GNUnet. Set `%s' environment variable.\n"), 301 _
302 "GNUNET_PREFIX"); 302 ("Could not determine installation path for GNUnet. Set `%s' environment variable.\n"),
303 "GNUNET_PREFIX");
303 return NULL; 304 return NULL;
304} 305}
305 306