add missing double-quote
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user