summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicos Gollan <gtdev@spearhead.de>2009-01-07 14:25:24 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-01-07 14:25:24 -0500
commit1795706a6bb13272a58e8fa1bd5ad2603d553dde (patch)
tree280eaab84ef83e6fe1570fe8b7710281a630bbce /src
parentc3fb8bb279959512a4ced644a64cc660c5cd97bd (diff)
[PATCH] Fixed enumerations in radeon-output.c
Diffstat (limited to 'src')
-rw-r--r--src/radeon_output.c12
1 files changed, 6 insertions, 6 deletions
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] = {