Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
entropy: Small fix
[slstatus.git]
/
util.h
diff --git
a/util.h
b/util.h
index
6f47e85
..
e90c29d
100644
(file)
--- a/
util.h
+++ b/
util.h
@@
-1,4
+1,5
@@
-static char buf[1024];
+/* See LICENSE file for copyright and license details. */
+extern char buf[1024];
#define LEN(x) (sizeof (x) / sizeof *(x))