From 07d4bbc20c6bd29edc01e3ddc37db27382cabe4d Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Sat, 27 Aug 2022 16:07:26 -0400 Subject: [PATCH] Remove ASCII 0x5 cursor from files. --- src/System/Utils/VideoRep.ZC | 1 - 1 file changed, 1 deletion(-) diff --git a/src/System/Utils/VideoRep.ZC b/src/System/Utils/VideoRep.ZC index 0513bc25..3f30f106 100755 --- a/src/System/Utils/VideoRep.ZC +++ b/src/System/Utils/VideoRep.ZC @@ -6,4 +6,3 @@ public U0 VideoRep() "Bits-per-pixel: $$RED$$%d$$FG$$ \n", sys_framebuffer_bpp; "Framebuffer pointer: $$RED$$0x%8X$$FG$$ \n\n", sys_framebuffer_addr; } - \ No newline at end of file