[PATCH edid-decode 1/3] Add a missing comma to the list of CEA VICs

Thomas Wood thomas.wood at intel.com
Fri Sep 27 04:26:59 PDT 2013


Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 edid-decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edid-decode.c b/edid-decode.c
index d3e3118..3830e0c 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -649,7 +649,7 @@ static const char *edid_cea_modes[] = {
     "1440x240 at 60Hz",
     "1440x240 at 60Hz",
     "2880x480i at 60Hz",
-    "2880x480i at 60Hz"
+    "2880x480i at 60Hz",
     "2880x240 at 60Hz",
     "2880x240 at 60Hz",
     "1440x480 at 60Hz",
-- 
1.8.3.1



More information about the dri-devel mailing list