diff options
Diffstat (limited to 'debug/memcpy_chk.c')
-rw-r--r-- | debug/memcpy_chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/memcpy_chk.c b/debug/memcpy_chk.c index 24f3ff17d2..2831e30a7f 100644 --- a/debug/memcpy_chk.c +++ b/debug/memcpy_chk.c @@ -16,7 +16,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> |