diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 15:53:51 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 17:30:07 +0100 |
commit | e8442c9625162d11ff2f1ab46179ea4e32949f1a (patch) | |
tree | 22854f54cc76b5f5df5287b58e69c42c5f899f3c /newlib/libc/string/wcpcpy.c | |
parent | c7b1e4cbf2dbd335189a592b2fb865a8160f5c78 (diff) | |
download | newlib-e8442c9625162d11ff2f1ab46179ea4e32949f1a.zip newlib-e8442c9625162d11ff2f1ab46179ea4e32949f1a.tar.gz newlib-e8442c9625162d11ff2f1ab46179ea4e32949f1a.tar.bz2 |
Remove stray punctuation in ANSI_SYNOPSIS prototypes
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/string/wcscpy.c: Remove stray ',' from prototype in
ANSI_SYNOPSIS.
* libc/string/wcpcpy.c: Ditto.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
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 ea687ab..e1d9ad0 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]> |