Removed superfluous newline.
[gedcom-parse.git] / gedcom / write.c
index f096c88b88f5ba4dd3ae5060f7cf9547438365b0..644c5a1b0d4f23db8ae6b74f39e82b3f22c40015 100644 (file)
@@ -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 {