diff options
Diffstat (limited to 'bk_text.c')
| -rw-r--r-- | bk_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -581,6 +581,6 @@ static void text_versionid(FILE *fp, word *text) { text_rdaddwc(&t, text, NULL); rdaddc(&t, ']'); /* FIXME: configurability */ - fprintf(fp, "%s\n\n", t.text); + fprintf(fp, "%s\n", t.text); sfree(t.text); } |