]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add missing newline in ls output.
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 14:53:46 +0000 (15:53 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 14:53:46 +0000 (15:53 +0100)
aft.c

diff --git a/aft.c b/aft.c
index 8d9c7063bfad8f20c0b0feb28da43366ed0b4f86..93c96cb49c8e01bd3e5259e380d413d047f92344 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -943,7 +943,7 @@ static int print_list_item(struct ls_data *d, struct ls_options *opts,
                        "Received: from\nTo: bar\nFrom: a\n"
                        "Subject: %s\n\n" /* path */
                        "%s%s%s" /* score */
-                       "%s"
+                       "%s\n" /* attributes */
                        "hash: %s\n"
                        "image_id: %s\n"
                        "lyrics_id: %s\n"