summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2013-09-27 12:26:59 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2013-09-27 14:59:48 +0100
commit07b3bccc0ce8c37ed99d03aef174eb8262971d0b (patch)
tree53d36ecea8fddd9e758eb1891601813ae3f09f50
parent2f9de4a9ea29d893148b4375438d29877414f876 (diff)
Add a missing comma to the list of CEA VICs
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--edid-decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edid-decode.c b/edid-decode.c
index bf0c3da..8a2fd4b 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -649,7 +649,7 @@ static const char *edid_cea_modes[] = {
"1440x240@60Hz",
"1440x240@60Hz",
"2880x480i@60Hz",
- "2880x480i@60Hz"
+ "2880x480i@60Hz",
"2880x240@60Hz",
"2880x240@60Hz",
"1440x480@60Hz",