From a5d15d71b94f0be48a7897f7f79894d63ed0ee6e Mon Sep 17 00:00:00 2001 From: jtvolpe Date: Sun, 20 May 2001 03:35:29 +0000 Subject: [PATCH] Typo fix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@836 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCval.c b/src/SDCCval.c index 329f51c7..cb4a4428 100644 --- a/src/SDCCval.c +++ b/src/SDCCval.c @@ -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 -- 2.30.2