summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/examples/ChangeLog4
-rw-r--r--gettext-tools/examples/hello-librep/hello.jl.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index c16384c..096f2bc 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 <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>.
diff --git a/gettext-tools/examples/hello-librep/hello.jl.in b/gettext-tools/examples/hello-librep/hello.jl.in
index b71a540..c4a3732 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")