From 8f71a36f710b6196b4854760785c614910da3ff7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 20 Apr 2004 07:09:31 +0000 Subject: Remove stray white spaces. --- tools/build/unhex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build/unhex.c') 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); -- cgit v1.2.3