From c4199467296eb21488258f29f7029891d918b585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 15 Jul 2014 23:12:28 +0200 Subject: Cleanup No functional changes. --- src/siphash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/siphash.c') 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 -- cgit v1.2.3