diff options
Diffstat (limited to 'string/strchrnul.c')
-rw-r--r-- | string/strchrnul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strchrnul.c b/string/strchrnul.c index 052fb042fc..010fd25d30 100644 --- a/string/strchrnul.c +++ b/string/strchrnul.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 <memcopy.h> |