From: Hiltjo Posthuma Date: Mon, 17 Apr 2017 11:13:26 +0000 (+0200) Subject: stagit-index: also dont assume someones :) X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=99583eee62af43c0504bfc2aab6058b69a46313b;p=forks%2Fstagit.git stagit-index: also dont assume someones :) --- diff --git a/stagit-index.c b/stagit-index.c index 50fe19f..09e5513 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -73,7 +73,7 @@ void writeheader(FILE *fp) { fputs("\n" - "\n\n" + "\n\n" "\n" "", fp); xmlencode(fp, description, strlen(description));