diff options
Diffstat (limited to 'gettext-tools/examples/hello-librep/hello.jl.in')
-rw-r--r-- | gettext-tools/examples/hello-librep/hello.jl.in | 4 |
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") |