From a21cea0b6cce845987f516c52537527628f943cc Mon Sep 17 00:00:00 2001 From: Geoff Foley <36054273+GeoffFoley@users.noreply.github.com> Date: Thu, 8 Feb 2018 15:00:24 -0800 Subject: [PATCH] Fixed syntax error Fixes a syntax error that was causing a segfault. --- NoCodeToCOBOL.CBL | 7 ------- 1 file changed, 7 deletions(-) diff --git a/NoCodeToCOBOL.CBL b/NoCodeToCOBOL.CBL index 83ea4b6..8b13789 100644 --- a/NoCodeToCOBOL.CBL +++ b/NoCodeToCOBOL.CBL @@ -1,8 +1 @@ - $ SET SOURCEFORMAT"FREE" -IDENTIFICATION DIVISION. -PROGRAM-ID. NoCodeToCOBOL. -PROCEDURE DIVISION. -DisplayPrompt. - DISPLAY "I did it". - STOP RUN.