diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-12-08 10:30:12 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-12-08 10:36:11 +0800 |
commit | e0149c6189e422d74453144260317cdb30c86dcc (patch) | |
tree | 86e851a8f0a6d00d5fb0898c68935ca2cafb71ba /src | |
parent | f98ca2a0bdbe49f06b367a3f9c2bc01cdb7ce90a (diff) |
Fix TV compiling warning
(cherry picked from commit 95596f51503bb468364719aec9083d59999e34b7)
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c index d507a0ce..72d2bd8d 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -1691,7 +1691,7 @@ i830_tv_init(ScrnInfoPtr pScrn) I830OutputPrivatePtr intel_output; struct i830_tv_priv *dev_priv; uint32_t tv_dac_on, tv_dac_off, save_tv_dac; - char *mon_option_lst = NULL; + XF86OptionPtr mon_option_lst = NULL; char *tv_format = NULL; if (pI830->quirk_flag & QUIRK_IGNORE_TV) |