From a9bdd3c0080a362eef40da87f7531ceef9cf4fd7 Mon Sep 17 00:00:00 2001 From: Kocsis Attila Date: Tue, 18 Mar 2014 09:27:55 +0100 Subject: [PATCH] fixed misspelled header guard --- include/bx/float4x4_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/float4x4_t.h b/include/bx/float4x4_t.h index ef77f5b..e70f539 100644 --- a/include/bx/float4x4_t.h +++ b/include/bx/float4x4_t.h @@ -4,7 +4,7 @@ */ #ifndef BX_FLOAT4X4_H_HEADER_GUARD -#define BX_FLOAT4x4_H_HEADER_GUARD +#define BX_FLOAT4X4_H_HEADER_GUARD #include "float4_t.h"