From dea0b2d9e99cf108dcb44a46c541324ef3836950 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 16 Apr 2019 17:44:19 +0200 Subject: [PATCH] =?UTF-8?q?Missing=20=C2=BB);=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/Sd1/languageFundamentals.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Sd1/languageFundamentals.xml b/Doc/Sd1/languageFundamentals.xml index 0f57d98b5..9d63ea4a0 100644 --- a/Doc/Sd1/languageFundamentals.xml +++ b/Doc/Sd1/languageFundamentals.xml @@ -3005,7 +3005,7 @@ Decimal:932</screen> MAXIMUM = 0B01111111_11111111; System.out.println("Minimum short value:" + MINIMUM); -System.out.println("Maximum short value:" + MAXIMUM</programlisting> +System.out.println("Maximum short value:" + MAXIMUM);</programlisting> <para>Our programmer is baffled:</para> -- GitLab