From cdd3c9ea0d9bb127c5828e0b472dd54e9ac9ee81 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Jun 2010 11:11:04 +0000 Subject: [PATCH] fmt --- src/fs/gnunet-publish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, if (type == EXTRACTOR_METATYPE_FILENAME) return 0; fprintf (stdout, - "%s - %s", + "\t%s - %s\n", EXTRACTOR_metatype_to_string (type), data); return 0; -- 2.25.1