summaryrefslogtreecommitdiffstats
path: root/tools/build/unhex.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/unhex.c')
-rw-r--r--tools/build/unhex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/unhex.c b/tools/build/unhex.c
index 484a4d02d1..693049f465 100644
--- a/tools/build/unhex.c
+++ b/tools/build/unhex.c
@@ -111,7 +111,7 @@ void error(int errn, ...);
#else
#define stol(p) strtol(p, (char **) NULL, 0)
#endif
-
+
int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm);
int convert_Intel_records(FILE *ifp, char *inm, FILE *ofp, char *onm);
int convert_S_records(FILE *ifp, char *inm, FILE *ofp, char *onm);