Skip to content

Commit

Permalink
fix processViewport(), removed misplaced break
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofbikes committed Jun 1, 2022
1 parent 072aecd commit f316698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libdxfrw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,6 @@ bool dxfRW::processViewport() {
if (!vp.parseCode(code, reader)) {
return setError( DRW::BAD_CODE_PARSED);
}
break;
}

return setError(DRW::BAD_READ_ENTITIES);
Expand Down

0 comments on commit f316698

Please sign in to comment.