Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnk committed Mar 9, 2009
1 parent 94ad028 commit e12845d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edid-decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ detailed_block(unsigned char *x, int in_extension)
case 0x04: printf("15:9"); break;
default: printf("(broken)"); break;
}
printf("\n");

if (x[15] & 0x04)
printf("Supports CVT standard blanking\n");
Expand Down Expand Up @@ -811,7 +812,7 @@ int main(int argc, char **argv)

if (!edid || memcmp(edid, "\x00\xFF\xFF\xFF\xFF\xFF\xFF\x00", 8)) {
printf("No header found\n");
return 1;
// return 1;
}

printf("Manufacturer: %s Model %x Serial Number %u\n",
Expand Down

0 comments on commit e12845d

Please sign in to comment.