diff options
Diffstat (limited to 'string/memmove.c')
-rw-r--r-- | string/memmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/memmove.c b/string/memmove.c index 84b4339ecb..4498e2c1cd 100644 --- a/string/memmove.c +++ b/string/memmove.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> |