Skip to content

Commit

Permalink
Update display/d.vect/lines.c
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShubhamDesai and github-actions[bot] authored Dec 2, 2024
1 parent dc93bee commit 9200ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/d.vect/lines.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ int draw_line(int type, int ltype, int line, const struct line_pnts *Points,
D_polydots_abs(x, y, Points->n_points);
else /* use different user defined render methods */
D_polyline_abs(x, y, Points->n_points);
}
}
}

switch (ltype) {
Expand Down

0 comments on commit 9200ed7

Please sign in to comment.