diff options
Diffstat (limited to 'string/memrchr.c')
-rw-r--r-- | string/memrchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/memrchr.c b/string/memrchr.c index 37d33b5ac6..92835b4659 100644 --- a/string/memrchr.c +++ b/string/memrchr.c @@ -19,7 +19,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> |