K&R CalmaRead.c: too many args for calmaLookCell()
K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
parent
a9ea08a597
commit
603ce8b887
|
|
@ -299,7 +299,7 @@ done:
|
|||
windCheckOnlyWindow(&mw, DBWclientID);
|
||||
if (mw != NULL)
|
||||
{
|
||||
if (calmaLookCell(libnameptr, NULL) != (CellDef *)NULL)
|
||||
if (calmaLookCell(libnameptr) != (CellDef *)NULL)
|
||||
DBWloadWindow(mw, libnameptr, 0);
|
||||
}
|
||||
freeMagic(libname);
|
||||
|
|
|
|||
Loading…
Reference in New Issue