Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
uuid: add inline for hexnibble
  • Loading branch information
perexg committed Nov 8, 2014
1 parent d08ec05 commit 1453747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uuid.c
Expand Up @@ -36,7 +36,7 @@ static int fd = -1;
/**
*
*/
static int
static inline int
hexnibble(char c)
{
switch(c) {
Expand Down

0 comments on commit 1453747

Please sign in to comment.