From: Bruno Haible Date: Mon, 17 Jan 2005 11:33:48 +0000 (+0000) Subject: Remove no-op comments. X-Git-Tag: v0.14.2~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be10c3c8baa545c416ce9f866bed901b754bc541;p=thirdparty%2Fgettext.git Remove no-op comments. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index c16384c6c..096f2bc73 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -14,6 +14,10 @@ * hello-objc-gnome/configure.ac: Likewise. Needed to avoid error with automake-1.9. +2004-08-19 Bruno Haible + + * hello-librep/hello.jl.in: Remove no-op comments. + 2004-03-21 Bruno Haible * po/es.po: Update from Max de Mendizábal . diff --git a/gettext-tools/examples/hello-librep/hello.jl.in b/gettext-tools/examples/hello-librep/hello.jl.in index b71a5406b..c4a3732fb 100644 --- a/gettext-tools/examples/hello-librep/hello.jl.in +++ b/gettext-tools/examples/hello-librep/hello.jl.in @@ -11,7 +11,7 @@ (bindtextdomain "hello-librep" "@localedir@") (write standard-output (_ "Hello, world!")) -(write standard-output "\n"); +(write standard-output "\n") (format standard-output (_ "This program is running as process number %d.") (process-id)) -(write standard-output "\n"); +(write standard-output "\n")