st/dri: Remove duplicate type qualifier.
authorVinson Lee <vlee@vmware.com>
Mon, 1 Feb 2010 07:52:48 +0000 (23:52 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 1 Feb 2010 07:52:48 +0000 (23:52 -0800)
src/gallium/state_trackers/dri/dri_screen.c

index a412b81256eb72d8fae74d59fa761fba9b4fc1df..34dbe5b7e53c2a869f87e1bc2a5fb3bb5a7abd42 100644 (file)
@@ -194,7 +194,7 @@ dri_fill_in_modes(struct dri_screen *screen,
       return NULL;
    }
 
-   return (const const __DRIconfig **)configs;
+   return (const __DRIconfig **)configs;
 }
 
 /**