]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing double-quote
authorMark Andrews <marka@isc.org>
Sat, 10 Apr 2004 02:50:23 +0000 (02:50 +0000)
committerMark Andrews <marka@isc.org>
Sat, 10 Apr 2004 02:50:23 +0000 (02:50 +0000)
doc/dev/coding.html

index 44290ba6ba500368e259db6fbaa3490fb2a4b30a..e1b8f756d446ae63624da9c94afed5f001eff169 100644 (file)
@@ -15,7 +15,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: coding.html,v 1.15.2.3 2004/03/09 06:10:39 marka Exp $ -->
+<!-- $Id: coding.html,v 1.15.2.4 2004/04/10 02:50:23 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>