summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-08-19 20:32:27 +0000
committerache <ache@FreeBSD.org>2002-08-19 20:32:27 +0000
commit0923ef5388addfb14532fa85e1cbdd9d4fa6239c (patch)
tree7ccb203d946aa7714922b1e8e69c4eb86e6e23b9 /lib/libc
parent83ecac75d41e884f423fd347779a05f20411e933 (diff)
downloadFreeBSD-src-0923ef5388addfb14532fa85e1cbdd9d4fa6239c.zip
FreeBSD-src-0923ef5388addfb14532fa85e1cbdd9d4fa6239c.tar.gz
Use modern-style arguments declaration
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/wcwidth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/locale/wcwidth.c b/lib/libc/locale/wcwidth.c
index ea9fa84..bc852bc 100644
--- a/lib/libc/locale/wcwidth.c
+++ b/lib/libc/locale/wcwidth.c
@@ -49,8 +49,7 @@ __FBSDID("$FreeBSD$");
#define _CTYPE_SWS 30 /* Bits to shift to get width */
int
-wcwidth(wc)
- wchar_t wc;
+wcwidth(wchar_t wc)
{
int width;
OpenPOWER on IntegriCloud