diff options
Diffstat (limited to 'string/strchr.c')
-rw-r--r-- | string/strchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strchr.c b/string/strchr.c index 94e50baf0c..4d62dfe6a6 100644 --- a/string/strchr.c +++ b/string/strchr.c @@ -18,7 +18,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 <string.h> #include <stdlib.h> |