summaryrefslogtreecommitdiff
path: root/lib/alphasort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alphasort.c')
-rw-r--r--lib/alphasort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alphasort.c b/lib/alphasort.c
index 00bc913ce0..c2bdeaa042 100644
--- a/lib/alphasort.c
+++ b/lib/alphasort.c
@@ -28,7 +28,7 @@ alphasort (const struct dirent **a, const struct dirent **b)
}
#else
/* On OS/2 kLIBC, the compare function declaration of scandir() is different
- from POSIX. See <http://trac.netlabs.org/libc/browser/branches/libc-0.6/src/emx/include/dirent.h#L141>. */
+ from POSIX. See <https://trac.netlabs.org/libc/browser/branches/libc-0.6/src/emx/include/dirent.h#L141>. */
alphasort (const void *a, const void *b)
{
return strcoll ((*(const struct dirent **)a)->d_name,