From f76f94a743505da16e121992eb789c1f74eb7673 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 10 Jul 2006 12:04:09 -0700 Subject: Supply proper NULL-terminated symbol lists to avoid crashing. --- src/i830_dvo.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/i830_dvo.c') diff --git a/src/i830_dvo.c b/src/i830_dvo.c index b82eaee2..242e3dd0 100644 --- a/src/i830_dvo.c +++ b/src/i830_dvo.c @@ -35,10 +35,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "ch7xxx/ch7xxx.h" static const char *SIL164Symbols[] = { - SIL164_SYMBOL_LIST + "Sil164VidOutput", + NULL }; static const char *CH7xxxSymbols[] = { - CH7xxx_SYMBOL_LIST + "CH7xxxVidOutput", + NULL }; /* driver list */ -- cgit v1.2.3