Extra files with translatable strings.
[gedcom-parse.git] / gedcom / message.c
index 23d5c867a41abce99758334432e6997fabc77d30..c3a5abf1ab642502f9639edda1997d9cfb9cf082 100644 (file)
@@ -49,9 +49,11 @@ void init_mess_buffer()
       mess_buffer[0] = '\0';
       bufsize = INITIAL_BUF_SIZE;
     }
-    else
-      fprintf(stderr, _("Could not allocate memory at %s, %d\n"),
+    else {
+      fprintf(stderr, _("Could not allocate memory at %s, %d"),
              __FILE__, __LINE__);
+      fprintf(stderr, "\n");
+    }
   }
 }