summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al b/Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al
index 35a40ad5026..16d7827a384 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/tolower.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 103 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\tolower.al)"
+#line 97 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\tolower.al)"
sub tolower {
usage "tolower(string)" if @_ != 1;
lc($_[0]);