]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
uuid: add inline for hexnibble
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Nov 2014 11:01:50 +0000 (12:01 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 8 Nov 2014 20:05:38 +0000 (21:05 +0100)
src/uuid.c

index b0bf01a666bf12103f46280d272ee4256e7fdf8a..f96512eec853d5ef2d7c15f5294f5ad3ac4d71f2 100644 (file)
@@ -36,7 +36,7 @@ static int fd = -1;
 /**
  *
  */
-static int
+static inline int
 hexnibble(char c)
 {
   switch(c) {