diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-07-15 23:12:28 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-07-16 00:54:23 +0200 |
commit | c4199467296eb21488258f29f7029891d918b585 (patch) | |
tree | 9236f399e97ba418d1b87ff9d646ce0da1c0e20d /src/siphash.c | |
parent | 2921eed702d994352c5afccc31e32bd3f1682b6b (diff) | |
download | xK-c4199467296eb21488258f29f7029891d918b585.tar.gz xK-c4199467296eb21488258f29f7029891d918b585.tar.xz xK-c4199467296eb21488258f29f7029891d918b585.zip |
Cleanup
No functional changes.
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 |