aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-31 13:22:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-31 13:22:42 +0000
commitbffd13a7f402f1b071240d1deb001a9e43bf0df3 (patch)
tree5a4b0e261173d0f7c233cb9dd09947d549d971e2 /src/fs/gnunet-publish.c
parent672d4cc8c0d9d2f7420e837511bffac88777345b (diff)
downloadgnunet-bffd13a7f402f1b071240d1deb001a9e43bf0df3.tar.gz
gnunet-bffd13a7f402f1b071240d1deb001a9e43bf0df3.zip
make clang happy
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 5aaf362d9..2021a9816 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -541,6 +541,7 @@ run (void *cls,
541 } 541 }
542 } 542 }
543 emsg = NULL; 543 emsg = NULL;
544 GNUNET_assert (NULL != args[0]);
544 if (0 != STAT (args[0], &sbuf)) 545 if (0 != STAT (args[0], &sbuf))
545 { 546 {
546 GNUNET_asprintf (&emsg, 547 GNUNET_asprintf (&emsg,