uuid: add inline for hexnibble

This commit is contained in:
Jaroslav Kysela 2014-11-05 12:01:50 +01:00
parent d08ec05ae7
commit 14537475fa

View file

@ -36,7 +36,7 @@ static int fd = -1;
/**
*
*/
static int
static inline int
hexnibble(char c)
{
switch(c) {