Update DumpOBJ.cc

This commit is contained in:
MikeW50 2018-03-25 15:23:32 -06:00 committed by GitHub
parent ee1c7a9440
commit 7b60740a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ BOOLEAN NextSeg(void)
{
if ( (format == 2 || format == 1) && !header && !checkf) {
if ((format == 2 || format == 1) && !header && !checkf) {
numsex = 0;
return TRUE;
}