Fixed compiler warning.

This commit is contained in:
Ryan C. Gordon 2013-03-10 13:31:55 -04:00
parent 53bbcc2816
commit f60a2ba87b

View File

@ -333,7 +333,7 @@ decode_standard_timings (const uchar *edid, MonitorInfo *info)
if (first != 0x01 && second != 0x01)
{
int w = 8 * (first + 31);
int h;
int h = 0;
switch (get_bits (second, 6, 7))
{