diff options
Diffstat (limited to 'tools/image-host.c')
| -rw-r--r-- | tools/image-host.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/image-host.c b/tools/image-host.c index 4e57ddea969..5bb68965e76 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -307,7 +307,7 @@ static int fit_image_read_data(char *filename, unsigned char *data,  	/* Check that we have read all the file */  	if (n != sbuf.st_size) { -		printf("Can't read all file %s (read %ld bytes, expexted %ld)\n", +		printf("Can't read all file %s (read %zd bytes, expexted %ld)\n",  		       filename, n, sbuf.st_size);  		goto err;  	} | 
