diff options
Diffstat (limited to 'src/siphash.c')
-rw-r--r-- | src/siphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/siphash.c b/src/siphash.c index fa102cc..842af7d 100644 --- a/src/siphash.c +++ b/src/siphash.c @@ -9,7 +9,7 @@ #include "siphash.h" -static uint64_t inline +inline static uint64_t u8to64_le (const unsigned char *p) { return |