Skip to content

Commit

Permalink
Update hashmap.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Mar 9, 2019
1 parent df61dc9 commit ef4d424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/hashmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* @Repository : https://github.com/BaseMax/HashMapC
*
**/
#ifndef ARRAY
#define ARRAY
#ifndef HASH_MAP
#define HASH_MAP

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit ef4d424

Please sign in to comment.