From 1bfa19c469d81f3b04a8d502017421d82b4eff46 Mon Sep 17 00:00:00 2001 From: Nicos Gollan Date: Wed, 7 Jan 2009 20:18:40 +0100 Subject: [PATCH] Fixed enumerations in radeon-output.c --- src/radeon_output.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/radeon_output.c b/src/radeon_output.c index c5c6f5c..bf7fa8a 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -68,18 +68,18 @@ const char *TMDSTypeName[8] = { "External", "LVTMA", "DDIA", - "UNIPHY" - "UNIPHY1" - "UNIPHY2" + "UNIPHY", + "UNIPHY1", + "UNIPHY2", }; const char *LVDSTypeName[6] = { "None", "Internal", "LVTMA", - "UNIPHY" - "UNIPHY1" - "UNIPHY2" + "UNIPHY", + "UNIPHY1", + "UNIPHY2", }; const char *DACTypeName[4] = { -- 1.5.6.5