diff --git a/source/hashmap.h b/source/hashmap.h index eaef79c..378f70e 100644 --- a/source/hashmap.h +++ b/source/hashmap.h @@ -8,8 +8,8 @@ * @Repository : https://github.com/BaseMax/HashMapC * **/ -#ifndef ARRAY -#define ARRAY +#ifndef HASH_MAP +#define HASH_MAP #include #include