Commit e8e63cbf authored by Josh Triplett's avatar Josh Triplett

oss: Mark loadhex static in hex2hex.c

Nothing outside of hex2hex.c references loadhex.
Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment