fix wrong function pointer type in hw/dmx/dmxcmap.c

This commit is contained in:
Greg Kroah-Hartman 2006-07-05 09:30:48 -07:00
parent 12563db59d
commit 59836c0f2a

View File

@ -46,7 +46,7 @@
#include "micmap.h"
static int dmxInitColormapPrivateFunc(ColormapPtr pColormap)
static int dmxInitColormapPrivateFunc(ColormapPtr pColormap, int index)
{
return TRUE;
}