Typo fix
authorjtvolpe <jtvolpe@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 May 2001 03:35:29 +0000 (03:35 +0000)
committerjtvolpe <jtvolpe@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 May 2001 03:35:29 +0000 (03:35 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@836 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCval.c

index 329f51c7fd8424f30892113e95908eb0688f1637..cb4a4428a4a161386058f284b375b6f2942f4d3a 100644 (file)
@@ -392,7 +392,7 @@ char octalEscape (char **str) {
 }
 
 /*! 
-  /fn void copyStr (char *dest, char *src)
+  /fn int copyStr (char *dest, char *src)
   
   Copies a source string to a dest buffer interpreting escape sequences
   and special characters