From 1a8f03b322b88a4f839ff4af3b3938e9cd4d90f2 Mon Sep 17 00:00:00 2001 From: Marshall Gates Date: Sat, 9 Aug 2025 19:10:24 -0400 Subject: [PATCH] Clean up bad end of file markers --- Source/Images/d_aztecc/u0/HELLO.C | 2 -- Source/Images/d_bascomp/u0/HELLO.BAS | 2 -- 2 files changed, 4 deletions(-) diff --git a/Source/Images/d_aztecc/u0/HELLO.C b/Source/Images/d_aztecc/u0/HELLO.C index 0e412aca..42f89e8d 100644 --- a/Source/Images/d_aztecc/u0/HELLO.C +++ b/Source/Images/d_aztecc/u0/HELLO.C @@ -5,5 +5,3 @@ main() printf("Hello World, from Aztec C line %d\n", i); } } - - \ No newline at end of file diff --git a/Source/Images/d_bascomp/u0/HELLO.BAS b/Source/Images/d_bascomp/u0/HELLO.BAS index 73f6b845..d652f431 100644 --- a/Source/Images/d_bascomp/u0/HELLO.BAS +++ b/Source/Images/d_bascomp/u0/HELLO.BAS @@ -2,5 +2,3 @@ 20 PRINT "Hello World from BASIC, line"; I 30 NEXT I 40 END - - \ No newline at end of file