]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prettier output.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Nov 2003 15:31:58 +0000 (15:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:14 +0000 (12:11 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msginit.c

index 85bafb4f06a12101fa18642f14efdd3043a3718e..cbbeecf0045c1c80739722183c0200bce1ecf71e 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-09  Bruno Haible  <bruno@clisp.org>
+
+       * msginit.c (main): Drop the blank line in --no-translator mode.
+
 2003-11-07  Bruno Haible  <bruno@clisp.org>
 
        * xgettext.c (remember_a_message): Omit the programmer comments of a
index 459286fdd2ca1411a4b03fdcda3fd9aad7224e2a..7d2de4a14c700973d59a65b5a0c542fb5bd31cb8 100644 (file)
@@ -340,7 +340,8 @@ the output .po file through the --output-file option.\n"),
   /* Write the modified message list out.  */
   msgdomain_list_print (result, output_file, true, false);
 
-  fprintf (stderr, "\n");
+  if (!no_translator)
+    fprintf (stderr, "\n");
   fprintf (stderr, _("Created %s.\n"), output_file);
 
   exit (EXIT_SUCCESS);