From 1795706a6bb13272a58e8fa1bd5ad2603d553dde Mon Sep 17 00:00:00 2001 From: Nicos Gollan Date: Wed, 7 Jan 2009 14:25:24 -0500 Subject: [PATCH] Fixed enumerations in radeon-output.c --- src/radeon_output.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/radeon_output.c b/src/radeon_output.c index c5c6f5cf..bf7fa8ac 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] = { -- cgit v1.2.3