fix wrong function pointer type in hw/dmx/dmxcmap.c
This commit is contained in:
parent
12563db59d
commit
59836c0f2a
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
#include "micmap.h"
|
#include "micmap.h"
|
||||||
|
|
||||||
static int dmxInitColormapPrivateFunc(ColormapPtr pColormap)
|
static int dmxInitColormapPrivateFunc(ColormapPtr pColormap, int index)
|
||||||
{
|
{
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue