Silence compiler warning

This commit is contained in:
Philip Heron 2012-09-16 13:53:48 +01:00
parent 662629e501
commit b9e100a3e2
1 changed files with 1 additions and 1 deletions

2
ssdv.c
View File

@ -709,7 +709,7 @@ static char ssdv_have_marker_data(ssdv_t *s)
case 3: l = (s->width >> 3) * (s->height >> 3); break;
}
fprintf(stderr, "MCU blocks: %i\n", l);
fprintf(stderr, "MCU blocks: %i\n", (int) l);
if(l > 0xFFFF)
{