From 14537475fa31045f55333f2bb3b429a278210670 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 5 Nov 2014 12:01:50 +0100 Subject: [PATCH] uuid: add inline for hexnibble --- src/uuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uuid.c b/src/uuid.c index b0bf01a6..f96512ee 100644 --- a/src/uuid.c +++ b/src/uuid.c @@ -36,7 +36,7 @@ static int fd = -1; /** * */ -static int +static inline int hexnibble(char c) { switch(c) {