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 Nov 3, 2024
1 parent 96eb161 commit 38b95c6
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 @@ -343,7 +343,7 @@ int draw_line(int type, int ltype, int line, const struct line_pnts *Points,
}
else {
D_symbol(Symb, x0, y0, line_color, fill_color);
}
}
}
else {
G_warning(_("Symbol is NULL; unable to display points"));
Expand Down

0 comments on commit 38b95c6

Please sign in to comment.