summaryrefslogtreecommitdiff
path: root/lib/getdelim.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getdelim.c')
-rw-r--r--lib/getdelim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdelim.c b/lib/getdelim.c
index b95e63ebd3..04824cbbd3 100644
--- a/lib/getdelim.c
+++ b/lib/getdelim.c
@@ -52,7 +52,7 @@ alloc_failed (void)
{
#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
/* Avoid errno problem without using the realloc module; see:
- http://lists.gnu.org/archive/html/bug-gnulib/2016-08/msg00025.html */
+ https://lists.gnu.org/archive/html/bug-gnulib/2016-08/msg00025.html */
errno = ENOMEM;
#endif
}