diff options
Diffstat (limited to 'stdlib/mul.c')
-rw-r--r-- | stdlib/mul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/mul.c b/stdlib/mul.c index 57b9349e96..d3a4855700 100644 --- a/stdlib/mul.c +++ b/stdlib/mul.c @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, see -<http://www.gnu.org/licenses/>. */ +<https://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" |