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