Skip to content

Commit

Permalink
Un-XXX a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Jackson committed Oct 2, 2007
1 parent 1d9ce65 commit 1f8b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edid-decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ detailed_block(unsigned char *x)

seen_non_detailed_descriptor = 1;
if (x[3] <= 0xF) {
/* XXX in principle we could decode these if we ever found them */
/* in principle we could decode these if we ever found them */
printf("Manufacturer-specified data, tag %d\n", x[3]);
return 1;
}
Expand Down

0 comments on commit 1f8b004

Please sign in to comment.