diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-01-30 14:48:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-01-30 14:48:15 +0000 |
commit | 6d23b12b8d7f9a5630b4a651650bc7b813ea3bb4 (patch) | |
tree | 67f08cf222ec982bf88802d93b1d8c8d601edb6d | |
parent | 43365123b7e26499776126f1a5c8537c63d3662b (diff) | |
download | gnunet-gtk-6d23b12b8d7f9a5630b4a651650bc7b813ea3bb4.tar.gz gnunet-gtk-6d23b12b8d7f9a5630b4a651650bc7b813ea3bb4.zip |
-typo
-rw-r--r-- | src/lib/os_installation.c | 2 |
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)) |