summaryrefslogtreecommitdiff
path: root/src/i830_tv.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-15 18:36:54 -0800
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-15 18:36:54 -0800
commit4a2b0f340357c4ca58dc9586fad1337b83966362 (patch)
tree47be1a01efbbeb6afd220d742ecf8e17ba067d26 /src/i830_tv.c
parent04b60b6d3436fb57163c23acf335364f0ea2f79c (diff)
Fix typo in 1920x1080 resolution entry
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r--src/i830_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c
index 524a0d3b..14f4089d 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1398,7 +1398,7 @@ static struct input_res {
{"1280x1024", 1280, 1024},
{"848x480", 848, 480},
{"1280x720", 1280, 720},
- {"1920x108", 1920, 1080},
+ {"1920x1080", 1920, 1080},
};
/**