提交 e8e63cbf 编写于 作者: J Josh Triplett

oss: Mark loadhex static in hex2hex.c

Nothing outside of hex2hex.c references loadhex.
Signed-off-by: NJosh Triplett <josh@joshtriplett.org>
上级 5ccd9915
......@@ -12,7 +12,7 @@
#define MAX_SIZE (256*1024)
unsigned char buf[MAX_SIZE];
int loadhex(FILE *inf, unsigned char *buf)
static int loadhex(FILE *inf, unsigned char *buf)
{
int l=0, c, i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册