xf86-video-intel: src/drmmode_display.c

Dave Airlie airlied at kemper.freedesktop.org
Tue Sep 9 01:14:06 PDT 2008


 src/drmmode_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7aaf0118baa34e583df5f1c29c9dab9a6af6eb7
Author: Dave Airlie <airlied at linux.ie>
Date:   Tue Sep 9 18:13:56 2008 +1000

    mode: fix missing comma

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 5154b42..680071a 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -505,7 +505,7 @@ const char *output_names[] = { "None",
 			       "DVI",
 			       "DVI",
 			       "DVI",
-			       "Composite"
+			       "Composite",
 			       "TV",
 			       "LVDS",
 			       "CTV",


More information about the xorg-commit mailing list