diff options
Diffstat (limited to 'malloc/mcheck-init.c')
-rw-r--r-- | malloc/mcheck-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/mcheck-init.c b/malloc/mcheck-init.c index 246db92a9c..c6b8c73ae8 100644 --- a/malloc/mcheck-init.c +++ b/malloc/mcheck-init.c @@ -13,7 +13,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/>. */ /* The object of this file should be installed as libmcheck.a, so one can do -lmcheck to turn on mcheck. */ |