Fix compile warning from check_aperture change.

main
Eric Anholt 2008-08-08 14:08:43 -07:00
parent e1b8e79796
commit 9e9d9b1741
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ intel_bufmgr_gem_enable_reuse(dri_bufmgr *bufmgr)
*
*/
static int
dri_gem_check_aperture_space(dri_bo *bo_array, int count)
dri_gem_check_aperture_space(dri_bo **bo_array, int count)
{
return 0;
}