From 25527a513dc635fa87014970618fbfb7dfe3e5c6 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Thu, 1 Feb 2018 13:14:07 -1000 Subject: [PATCH] Fix include header guard --- cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu.h b/cpu.h index 11d131d..8a49070 100644 --- a/cpu.h +++ b/cpu.h @@ -5,7 +5,7 @@ * of the MIT license. See the LICENSE file for details. */ -#ifndef _cpu_c_ +#ifndef _cpu_h_ #define _cpu_h_ void cpuInit();