mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:20:00 -04:00
add missing double-quote
This commit is contained in:
parent
5eb0659963
commit
69f08f8ae4
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue