fix function pointer warning in Xprint/Init.c
This commit is contained in:
parent
9e0c82386a
commit
a940b851fa
|
@ -1601,7 +1601,7 @@ InitPrintDrivers(
|
||||||
}
|
}
|
||||||
if(callInit == TRUE)
|
if(callInit == TRUE)
|
||||||
{
|
{
|
||||||
Bool (*initFunc)();
|
Bool (*initFunc)(BFuncArgs);
|
||||||
initFunc = GetInitFunc(pDb->driverName);
|
initFunc = GetInitFunc(pDb->driverName);
|
||||||
if(initFunc(index, pScreen, argc, argv) == FALSE)
|
if(initFunc(index, pScreen, argc, argv) == FALSE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue