Fix minor issue with name of inclusion guard

This commit is contained in:
Hugues Delorme 2013-02-21 14:41:37 +01:00
parent 7f76079f80
commit d74f67dad6

View File

@ -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"