nixio:
[project/luci.git] / libs / nixio / src / binary.c
index 72425b1..2466f98 100644 (file)
@@ -19,7 +19,7 @@
 #include "nixio.h"
 #include <stdlib.h>
 
-static char nixio__bin2hex[] = {
+const char nixio__bin2hex[16] = {
 '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'
 };