add missing double-quote

This commit is contained in:
Mark Andrews
2004-04-10 02:34:44 +00:00
parent 5eb0659963
commit 69f08f8ae4

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.20 2004/04/10 02:34:44 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>