diff options
Diffstat (limited to 'src/lib/os_installation.c')
-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)) |