diff options
Diffstat (limited to 'string/strnlen.c')
-rw-r--r-- | string/strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strnlen.c b/string/strnlen.c index 6c97b76f17..0b3a12e8b1 100644 --- a/string/strnlen.c +++ b/string/strnlen.c @@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <string.h> #include <stdlib.h> |