summaryrefslogtreecommitdiff
path: root/wcsmbs/wcwidth.h
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcwidth.h')
-rw-r--r--wcsmbs/wcwidth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcwidth.h b/wcsmbs/wcwidth.h
index 2cea530a16..92ee3d62fe 100644
--- a/wcsmbs/wcwidth.h
+++ b/wcsmbs/wcwidth.h
@@ -1,5 +1,5 @@
/* Internal header containing implementation of wcwidth() function.
- Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@@ -26,7 +26,7 @@
extern const char *__ctype32_width;
static __inline int
-internal_wcwidth (wint_t wc)
+internal_wcwidth (wchar_t wc)
{
unsigned char res;