Fixed include guards
the build was successful Details

This commit is contained in:
tastytea 2019-01-07 13:54:37 +01:00
parent e7f64f9a61
commit d1a8dfd678
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef IDENTICONPP_H #ifndef IDENTICONPP_C_H
#define IDENTICONPP_H #define IDENTICONPP_C_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
@ -90,4 +90,4 @@ extern "C"
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif // IDENTICONPP_H #endif // IDENTICONPP_C_H