nixio:
[oweals/luci.git] / libs / nixio / src / binary.c
index 72425b113b525b2ed9470e8e830efa4d2409d3cc..2466f98917244ac8cbc3c8eaa2518effff69fdb9 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'
 };