aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-02 09:50:15 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-02 09:50:15 +0000
commit7298edd740b942a905c14a60e349777547de25b1 (patch)
tree12335a110336708392ba2cf182011e09f56d8e8f
parentd45fe4fcc5476f048327bcc2d385d1d4d632b89d (diff)
downloadgnunet-gtk-7298edd740b942a905c14a60e349777547de25b1.tar.gz
gnunet-gtk-7298edd740b942a905c14a60e349777547de25b1.zip
-wtf
-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 a7615119..279a8b82 100644
--- a/src/lib/os_installation.c
+++ b/src/lib/os_installation.c
@@ -549,7 +549,7 @@ GNUNET_GTK_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind)
549 return tmp; 549 return tmp;
550 } 550 }
551 GNUNET_free (tmp); 551 GNUNET_free (tmp);
552 NULL == tmp; 552 tmp = NULL;
553 if (4 == sizeof (void *)) 553 if (4 == sizeof (void *))
554 { 554 {
555 dirname = 555 dirname =