|
@@ -12,7 +12,7 @@
|
|
#define MAX_SIZE (256*1024)
|
|
#define MAX_SIZE (256*1024)
|
|
unsigned char buf[MAX_SIZE];
|
|
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;
|
|
int l=0, c, i;
|
|
|
|
|