diff options
Diffstat (limited to 'src/hash/xor.h')
| -rw-r--r-- | src/hash/xor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hash/xor.h b/src/hash/xor.h index 6065524..a05de5c 100644 --- a/src/hash/xor.h +++ b/src/hash/xor.h @@ -2,7 +2,7 @@ #include <stdint.h> struct xor8_hash { - uint8_t a; + uint8_t a; }; struct xor8_hash xor8_init(); @@ -13,4 +13,4 @@ uint8_t xor8(uint8_t*, size_t); int l_xor8(lua_State*); int l_xor8_init(lua_State*); int l_xor8_update(lua_State*); -int l_xor8_final(lua_State*);
\ No newline at end of file +int l_xor8_final(lua_State*); |
