mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 12:10:07 +01:00
fix function pointer warning in Xprint/Init.c
This commit is contained in:
parent
9e0c82386a
commit
a940b851fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1601,7 +1601,7 @@ InitPrintDrivers(
|
|||
}
|
||||
if(callInit == TRUE)
|
||||
{
|
||||
Bool (*initFunc)();
|
||||
Bool (*initFunc)(BFuncArgs);
|
||||
initFunc = GetInitFunc(pDb->driverName);
|
||||
if(initFunc(index, pScreen, argc, argv) == FALSE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue