From d57cdba56c8d5585902f0b6c59b25d90c7eb4eeb Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 27 Feb 2023 20:18:50 +0100 Subject: [PATCH] Remove undefined extra token from the end of #include directive --- xtoskrnl/hl/i686/ioport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/hl/i686/ioport.c b/xtoskrnl/hl/i686/ioport.c index ecf4f40..54121b8 100644 --- a/xtoskrnl/hl/i686/ioport.c +++ b/xtoskrnl/hl/i686/ioport.c @@ -6,7 +6,7 @@ * DEVELOPERS: Rafal Kupiec */ -#include > +#include /**