From 490d05f99d2b62dd612d514d9ae0badbac9285ce Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 1 May 2007 15:47:01 -0700 Subject: [PATCH] Fix typo in previous commit with s/XF86_DRI/XF86DRI/ --- src/i830_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_memory.c b/src/i830_memory.c index 23e7dbca..9cf14e4e 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -250,7 +250,7 @@ i830_free_3d_memory(ScrnInfoPtr pScrn) { I830Ptr pI830 = I830PTR(pScrn); -#ifdef XF86_DRI +#ifdef XF86DRI i830_free_memory(pScrn, pI830->back_buffer); pI830->back_buffer = NULL; i830_free_memory(pScrn, pI830->third_buffer);