ecere/sys/JSON: Adding a new line after <br>
[sdk] / doc / ecereCOM / char-pointer.econ
index 34692ee..08f2c2d 100644 (file)
@@ -16,7 +16,7 @@
       "   void Main()<br>"
       "   {<br>"
       "      char * helloString = \"Hello, World!\";<br>"
-      "      printf(\"%s\<br>\", helloString);<br>"
+      "      printf(\"%s\\n\", helloString);<br>"
       "   }<br>"
       "}<br>"
       "<br>"