diff options
Diffstat (limited to 'stdlib/wctomb.c')
-rw-r--r-- | stdlib/wctomb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/wctomb.c b/stdlib/wctomb.c index 32988c9f07..15e9856482 100644 --- a/stdlib/wctomb.c +++ b/stdlib/wctomb.c @@ -13,7 +13,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 <stdlib.h> #include <string.h> |