From 3b5ee606fe5810f81ef33c9b904e8e2b1e1d2a68 Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Fri, 1 Oct 2021 04:29:53 +0100 Subject: [PATCH] indent --- boot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/boot.c b/boot.c index f2a893d..2c83c87 100644 --- a/boot.c +++ b/boot.c @@ -6,13 +6,11 @@ #define __BIOS__MAC99 0xFFF00000 - unsigned char IO_TYPE; unsigned char* p_vram; unsigned char* p_bios; - void get_io_type(void) { if (*(unsigned char*)__VRAM__BEIGE == beige) IO_TYPE = beige;