Skip to content

Commit 4e1eb8c

Browse files
authored
Improve readability
Signed-off-by: Janos Varga <113785741+vargajb@users.noreply.github.com>
1 parent 3d85e44 commit 4e1eb8c

File tree

1 file changed

+1
-1
lines changed
  • COBOL Programming Course #2 - Learning COBOL/Labs/cbl

1 file changed

+1
-1
lines changed

COBOL Programming Course #2 - Learning COBOL/Labs/cbl/SRCHSER.cobol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
*
6868
READ-RECORD.
6969
READ ACCT-REC
70-
AT END SET END-OF-FILE TO TRUE
70+
AT END SET END-OF-FILE TO TRUE
7171
END-READ.
7272
*

0 commit comments

Comments
 (0)