K&R CalmaRead.c: too many args for calmaLookCell()

K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
Darryl L. Miles 2024-10-04 11:37:20 +01:00 committed by Tim Edwards
parent a9ea08a597
commit 603ce8b887
1 changed files with 1 additions and 1 deletions

View File

@ -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);