aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-06 11:11:04 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-06 11:11:04 +0000
commitcdd3c9ea0d9bb127c5828e0b472dd54e9ac9ee81 (patch)
tree532e82fa149f72f510fd9fea74a236274a2f82eb /src/fs/gnunet-publish.c
parentdb1d2b844663577aef1509a969007606c5cfd40f (diff)
downloadgnunet-cdd3c9ea0d9bb127c5828e0b472dd54e9ac9ee81.tar.gz
gnunet-cdd3c9ea0d9bb127c5828e0b472dd54e9ac9ee81.zip
fmt
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 809c48be2..055e3c4b4 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -208,7 +208,7 @@ meta_printer (void *cls,
208 if (type == EXTRACTOR_METATYPE_FILENAME) 208 if (type == EXTRACTOR_METATYPE_FILENAME)
209 return 0; 209 return 0;
210 fprintf (stdout, 210 fprintf (stdout,
211 "%s - %s", 211 "\t%s - %s\n",
212 EXTRACTOR_metatype_to_string (type), 212 EXTRACTOR_metatype_to_string (type),
213 data); 213 data);
214 return 0; 214 return 0;