diff options
Diffstat (limited to 'lib/strtol.c')
-rw-r--r-- | lib/strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtol.c b/lib/strtol.c index 751d1e0f1e8..1ef88700fca 100644 --- a/lib/strtol.c +++ b/lib/strtol.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifdef _LIBC # define USE_NUMBER_GROUPING |