Fix compile warning from check_aperture change.
authorEric Anholt <eric@anholt.net>
Fri, 8 Aug 2008 21:08:43 +0000 (14:08 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 8 Aug 2008 21:08:43 +0000 (14:08 -0700)
libdrm/intel/intel_bufmgr_gem.c

index 48752f2..54c800a 100644 (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;
 }