summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-os2.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-os2.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-os2.ch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-os2.ch b/Build/source/texk/web2c/cwebdir/comm-os2.ch
index 2b85f8b1f6d..d8188633512 100644
--- a/Build/source/texk/web2c/cwebdir/comm-os2.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-os2.ch
@@ -10,13 +10,13 @@ An omitted change file argument means that |"/dev/null"| should be used,
An omitted change file argument means that |"NUL"| should be used,
@z
-@x section 76
+@x section 75
strcpy(change_file_name,"/dev/null");
@y
strcpy(change_file_name,"NUL");
@z
-@x section 76 (this change copied from comm-pc.ch)
+@x section 75 (this change copied from comm-pc.ch)
else if (*s=='/') dot_pos=NULL,name_pos=++s;
@y
else if (*s == ':' || *s == '\\' || *s == '/')