From: Peter Verthez Date: Mon, 30 Dec 2002 10:45:08 +0000 (+0000) Subject: Removed superfluous newline. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=d03d3629dad1de3abcb9e14af09a7c3f3b30e0ca;p=gedcom-parse.git Removed superfluous newline. --- diff --git a/gedcom/write.c b/gedcom/write.c index f096c88..644c5a1 100644 --- a/gedcom/write.c +++ b/gedcom/write.c @@ -155,7 +155,7 @@ int write_long(Gedcom_write_hndl hndl, int elt_or_rec, int cont_supported = supports_continuation(elt_or_rec, OPT_CONT); int cont_as_conc = supports_continuation(elt_or_rec, OPT_CONT_AS_CONC); if (nl_pos && !cont_supported) { - gedcom_error (_("The tag %s doesn't support newlines\n"), tag); + gedcom_error (_("The tag %s doesn't support newlines"), tag); return 1; } else {