diff options
Diffstat (limited to 'scripts/recordmcount.c')
| -rw-r--r-- | scripts/recordmcount.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 8c9691c3329e..895c40e8679f 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -500,7 +500,7 @@ do_file(char const *const fname)  	gpfx = 0;  	switch (w2(ehdr->e_machine)) {  	default: -		fprintf(stderr, "unrecognized e_machine %d %s\n", +		fprintf(stderr, "unrecognized e_machine %u %s\n",  			w2(ehdr->e_machine), fname);  		fail_file();  		break;  | 
