diff options
Diffstat (limited to 'stdlib/add_n.c')
-rw-r--r-- | stdlib/add_n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/add_n.c b/stdlib/add_n.c index 448f80f0b5..7c43bb3d86 100644 --- a/stdlib/add_n.c +++ b/stdlib/add_n.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" |