X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=blobdiff_plain;f=doc%2FecereCOM%2Fchar-pointer.econ;h=08f2c2dc13358191c2a331536bbd5c3c2c4d451a;hp=34692eeb77919ee84a9dde82d4097c73b615a573;hb=7a5018319e9cc4cf293d9128c0fb0095c39c901e;hpb=f24de951c84266dd4ba32bd769d83b33d3947a9e diff --git a/doc/ecereCOM/char-pointer.econ b/doc/ecereCOM/char-pointer.econ index 34692ee..08f2c2d 100644 --- a/doc/ecereCOM/char-pointer.econ +++ b/doc/ecereCOM/char-pointer.econ @@ -16,7 +16,7 @@ " void Main()
" " {
" " char * helloString = \"Hello, World!\";
" - " printf(\"%s\
\", helloString);
" + " printf(\"%s\\n\", helloString);
" " }
" "}
" "
"