diff options
Diffstat (limited to 'include/hash.h')
-rw-r--r-- | include/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hash.h b/include/hash.h index 3420a51..a7948a1 100644 --- a/include/hash.h +++ b/include/hash.h @@ -4,7 +4,7 @@ #define TAILLECHAINEHACHAGE (26*2+1) #ifdef HAVE_CONFIG_H -typedef void * _TypeVariable; +typedef void *_TypeVariable; #else typedef int _TypeVariable; #endif |