Remove newline from an error.
[gedcom-parse.git] / gedcom / multilex.c
index 1b9ce6f27a7b4b496ea7f8abbf2abffd24d29f35..8473624bad70c4c75899b715de7229b241788e9f 100644 (file)
@@ -119,7 +119,7 @@ int gedcom_parse_file(char* file_name)
   line_no = 1;
   file = fopen(file_name, "r");
   if (!file) {
-    gedcom_error(_("Could not open file '%s'\n"), file_name);
+    gedcom_error(_("Could not open file '%s'"), file_name);
   }
   else {
     init_encodings();