aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-30 14:48:15 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-30 14:48:15 +0000
commit6d23b12b8d7f9a5630b4a651650bc7b813ea3bb4 (patch)
tree67f08cf222ec982bf88802d93b1d8c8d601edb6d
parent43365123b7e26499776126f1a5c8537c63d3662b (diff)
downloadgnunet-gtk-6d23b12b8d7f9a5630b4a651650bc7b813ea3bb4.tar.gz
gnunet-gtk-6d23b12b8d7f9a5630b4a651650bc7b813ea3bb4.zip
-typo
-rw-r--r--src/lib/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/os_installation.c b/src/lib/os_installation.c
index 0e390718..9af79993 100644
--- a/src/lib/os_installation.c
+++ b/src/lib/os_installation.c
@@ -541,7 +541,7 @@ GNUNET_GTK_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind)
541 "%s%s%s%s", 541 "%s%s%s%s",
542 execpath, 542 execpath,
543 DIR_SEPARATOR_STR "lib" DIR_SEPARATOR_STR, 543 DIR_SEPARATOR_STR "lib" DIR_SEPARATOR_STR,
544 (NULL != multiarch) ? multiarch : "" 544 (NULL != multiarch) ? multiarch : "",
545 dirname); 545 dirname);
546 if (GNUNET_YES == 546 if (GNUNET_YES ==
547 GNUNET_DISK_directory_test (tmp, GNUNET_YES)) 547 GNUNET_DISK_directory_test (tmp, GNUNET_YES))