mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 06:19:26 +00:00
fix function pointer warning in Xprint/Init.c
This commit is contained in:
@@ -1601,7 +1601,7 @@ InitPrintDrivers(
|
||||
}
|
||||
if(callInit == TRUE)
|
||||
{
|
||||
Bool (*initFunc)();
|
||||
Bool (*initFunc)(BFuncArgs);
|
||||
initFunc = GetInitFunc(pDb->driverName);
|
||||
if(initFunc(index, pScreen, argc, argv) == FALSE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user