Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8e63cbf authored by Josh Triplett's avatar Josh Triplett
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;