summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-librep
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-01-17 11:33:48 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:05 +0200
commitbe10c3c8baa545c416ce9f866bed901b754bc541 (patch)
tree3efad4f8a5c90be2f830e4969e3921474c444424 /gettext-tools/examples/hello-librep
parentb1a827b8be7a0ed45f50ec90f5bcc2a65727650f (diff)
downloadexternal_gettext-be10c3c8baa545c416ce9f866bed901b754bc541.zip
external_gettext-be10c3c8baa545c416ce9f866bed901b754bc541.tar.gz
external_gettext-be10c3c8baa545c416ce9f866bed901b754bc541.tar.bz2
Remove no-op comments.
Diffstat (limited to 'gettext-tools/examples/hello-librep')
-rw-r--r--gettext-tools/examples/hello-librep/hello.jl.in4
1 files changed, 2 insertions, 2 deletions
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")