From d74f67dad69cac717ee44d1d3114b41fef3e862c Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 21 Feb 2013 14:41:37 +0100 Subject: [PATCH] Fix minor issue with name of inclusion guard --- src/c/endian.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c/endian.h b/src/c/endian.h index 8b3382c..62a9951 100644 --- a/src/c/endian.h +++ b/src/c/endian.h @@ -1,5 +1,5 @@ -#ifndef FOUG_ENDIAN_H -#define FOUG_ENDIAN_H +#ifndef FOUG_C_ENDIAN_H +#define FOUG_C_ENDIAN_H #include "global.h"