Skip to content

Commit 9cb2321

Browse files
committed
fix: Fix file section mistype
1 parent 2858e36 commit 9cb2321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cob

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENVIRONMENT DIVISION.
2121
ACCESS SEQUENTIAL.
2222

2323
DATA DIVISION.
24-
FILE DIVISION.
24+
FILE SECTION.
2525
FD Input-File.
2626
01 Input-Rec.
2727
05 In-UID PIC 9(4).

0 commit comments

Comments
 (0)