Fix typo in previous commit with s/XF86_DRI/XF86DRI/

This commit is contained in:
Eric Anholt 2007-05-01 15:47:01 -07:00
parent c7bb34e83d
commit 490d05f99d
1 changed files with 1 additions and 1 deletions

View File

@ -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);