1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0032640: Coding Rules - fix misprints in GeomliteTest_API2dCommands.cxx

This commit is contained in:
kgv
2021-10-24 12:09:02 +03:00
committed by smoskvin
parent f706c128c2
commit 4f7ad5fb76
2 changed files with 151 additions and 140 deletions

View File

@@ -7140,6 +7140,11 @@ static Standard_Integer VAnimation (Draw_Interpretor& theDI,
}
}
}
if (anAnimation.IsNull())
{
Message::SendFail() << "Syntax error: wrong number of arguments";
return 1;
}
if (anArgIter >= theArgNb)
{