diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-08-23 20:19:47 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-08-23 20:19:47 -0400 |
commit | 056ca6bb5adf974290693b55de6cd6880d2132d1 (patch) | |
tree | a4acc5675f0541b4a1a13deaa0f5a01b9c5a47f9 | |
parent | 13fd53286bdda2c55683bdb5f63e7d345f6c63ef (diff) |
RADEON: NONE to None to match other port info
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 90a2c928..1f38b3b6 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -77,7 +77,7 @@ const char *TMDSTypeName[4] = { }; const char *DDCTypeName[6] = { - "NONE", + "None", "MONID", "DVI_DDC", "VGA_DDC", |