diff options
Diffstat (limited to 'src/hash/pjw.h')
| -rw-r--r-- | src/hash/pjw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/pjw.h b/src/hash/pjw.h index a4e36e7..4ac45ce 100644 --- a/src/hash/pjw.h +++ b/src/hash/pjw.h @@ -2,7 +2,7 @@ #include <stdint.h> struct pjw_hash { - uint32_t hash, high; + uint32_t hash, high; }; struct pjw_hash pjw_init(); |
