]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove no-op comments.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jan 2005 11:33:48 +0000 (11:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:05 +0000 (12:12 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-librep/hello.jl.in

index c16384c6c03d6357c3e67aaef9e91ac562f2df64..096f2bc73147cbee35e2695f6a878314385f558b 100644 (file)
        * hello-objc-gnome/configure.ac: Likewise.
        Needed to avoid error with automake-1.9.
 
+2004-08-19  Bruno Haible  <bruno@clisp.org>
+
+       * hello-librep/hello.jl.in: Remove no-op comments.
+
 2004-03-21  Bruno Haible  <bruno@clisp.org>
 
        * po/es.po: Update from Max de Mendizábal <max@upn.mx>.
index b71a5406bfc8030032f9cca0f836990ac38b3aec..c4a3732fb681b3059f937427403aef41ca68b49d 100644 (file)
@@ -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")