aboutsummaryrefslogtreecommitdiff
path: root/src/hash/djb2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/djb2.h')
-rw-r--r--src/hash/djb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/djb2.h b/src/hash/djb2.h
index d944d11..5c6fe19 100644
--- a/src/hash/djb2.h
+++ b/src/hash/djb2.h
@@ -2,7 +2,7 @@
#include <stdint.h>
struct djb2_hash {
- uint32_t hash;
+ uint32_t hash;
};
struct djb2_hash djb2_init();