]> git.sur5r.net Git - cc65/blobdiff - src/common/strutil.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / strutil.h
index 2bdcc56865a235d1c55c201523783326b5ff4f9f..61dd74b646e8ea70ed7b9f044e00122719c2e170 100644 (file)
@@ -7,7 +7,7 @@
 /*                                                                           */
 /*                                                                           */
 /* (C) 2001-2003 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -50,9 +50,9 @@
 
 char* StrCopy (char* Dest, size_t DestSize, const char* Source);
 /* Copy Source to Dest honouring the maximum size of the target buffer. In
- * constrast to strncpy, the resulting string will always be NUL terminated.
- * The function returns the pointer to the destintation buffer.
- */
+** constrast to strncpy, the resulting string will always be NUL terminated.
+** The function returns the pointer to the destintation buffer.
+*/
 
 int StrCaseCmp (const char* S1, const char* S2);
 /* Compare two strings ignoring case */