defRead.c: DefRead() incorrect arg0 to LefParseEndStatement()

This commit is contained in:
Darryl L. Miles 2025-01-04 08:48:13 +00:00 committed by Tim Edwards
parent 25ec9fccef
commit f7c550e82f
1 changed files with 1 additions and 1 deletions

View File

@ -2626,7 +2626,7 @@ DefRead(inName, dolabels, annotate, noblockage)
oscale, total);
break;
case DEF_END:
if (!LefParseEndStatement(token, "DESIGN"))
if (!LefParseEndStatement(f, "DESIGN"))
{
LefError(DEF_ERROR, "END statement out of context.\n");
keyword = -1;