From: Andre Noll Date: Thu, 1 Nov 2007 14:53:46 +0000 (+0100) Subject: Add missing newline in ls output. X-Git-Tag: v0.3.0~157 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=35726e230f83270ef01000fc57328101a8b0d89f Add missing newline in ls output. --- diff --git a/aft.c b/aft.c index 8d9c7063..93c96cb4 100644 --- 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"