add missing double-quote

This commit is contained in:
Mark Andrews
2004-04-10 02:51:53 +00:00
parent a63cbcb6d3
commit 7c3cd0fbcf

View File

@@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: coding.html,v 1.19 2004/03/05 05:04:50 marka Exp $ -->
<!-- $Id: coding.html,v 1.19.18.1 2004/04/10 02:51:53 marka Exp $ -->
<H2>C Language</H2>
@@ -60,7 +60,7 @@ and indentation:
<PRE><CODE>
puts("This string got very far to the "
"left and wrapped. ANSI catenation "
"rules will turn this into one
"rules will turn this into one "
"long string.");
</CODE></PRE>