From 51770397b6f25dac6b3740d8a5d37f670b4b3bd7 Mon Sep 17 00:00:00 2001 From: thamugadi 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;