]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/nl_langinfo.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / locale / nl_langinfo.c
index f30f12a2547c0fda78480c27d0380fd1a7a5520e..8137fd8bf1c7a05cb26fe0bf58f08577f0b2fe9f 100644 (file)
@@ -1,5 +1,5 @@
 /* User interface for extracting locale-dependent parameters.
-   Copyright (C) 1995-2014 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 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
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <langinfo.h>
 #include <locale.h>
@@ -26,8 +26,7 @@
 /* Return a string with the data for locale-dependent parameter ITEM.  */
 
 char *
-nl_langinfo (item)
-     nl_item item;
+nl_langinfo (nl_item item)
 {
   return __nl_langinfo_l (item, _NL_CURRENT_LOCALE);
 }