Skip to content

Commit

Permalink
minor, removed superfluous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofbikes committed Jun 1, 2022
1 parent f316698 commit 8378f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libdxfrw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2671,8 +2671,8 @@ bool dxfRW::processVertex(DRW_Polyline *pl) {
}

if (!v->parseCode(code, reader)) { //the members of v are reinitialized here
return setError( DRW::BAD_CODE_PARSED);
};
return setError(DRW::BAD_CODE_PARSED);
}
}

return setError(DRW::BAD_READ_ENTITIES);
Expand Down

0 comments on commit 8378f39

Please sign in to comment.