From d1a8dfd678470e4f90b6f7d15ce683fc27769076 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 7 Jan 2019 13:54:37 +0100 Subject: [PATCH] Fixed include guards --- src/identiconpp_c.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/identiconpp_c.h b/src/identiconpp_c.h index 1a0699a..3c1d0cb 100644 --- a/src/identiconpp_c.h +++ b/src/identiconpp_c.h @@ -14,8 +14,8 @@ * along with this program. If not, see . */ -#ifndef IDENTICONPP_H -#define IDENTICONPP_H +#ifndef IDENTICONPP_C_H +#define IDENTICONPP_C_H #ifdef __cplusplus extern "C" @@ -90,4 +90,4 @@ extern "C" #ifdef __cplusplus } #endif -#endif // IDENTICONPP_H +#endif // IDENTICONPP_C_H