Silence compiler warning

pull/4/head
Philip Heron 2012-09-16 13:53:48 +01:00
rodzic 662629e501
commit b9e100a3e2
1 zmienionych plików z 1 dodań i 1 usunięć

2
ssdv.c
Wyświetl plik

@ -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)
{