summaryrefslogtreecommitdiff
path: root/libio/putwchar_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/putwchar_u.c')
-rw-r--r--libio/putwchar_u.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/putwchar_u.c b/libio/putwchar_u.c
index dec9e38c7d..f3c9ef45be 100644
--- a/libio/putwchar_u.c
+++ b/libio/putwchar_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -19,8 +19,7 @@
#include <wchar.h>
wint_t
-putwchar_unlocked (wc)
- wchar_t wc;
+putwchar_unlocked (wchar_t wc)
{
CHECK_FILE (_IO_stdout, WEOF);
return _IO_putwc_unlocked (wc, _IO_stdout);