diff options
Diffstat (limited to 'newlib/libc/string/wcpcpy.c')
-rw-r--r-- | newlib/libc/string/wcpcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcpcpy.c b/newlib/libc/string/wcpcpy.c index ea687abd4..e1d9ad073 100644 --- a/newlib/libc/string/wcpcpy.c +++ b/newlib/libc/string/wcpcpy.c @@ -4,7 +4,7 @@ FUNCTION ANSI_SYNOPSIS #include <wchar.h> - wchar_t *wcpcpy(wchar_t *<[s1]>, const wchar_t *,<[s2]>); + wchar_t *wcpcpy(wchar_t *<[s1]>, const wchar_t *<[s2]>); TRAD_SYNOPSIS wchar_t *wcpcpy(<[s1]>, <[s2]> |