Skip to content

Commit

Permalink
Update vector/v.in.dxf/read_dxf.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 Jan 30, 2025
1 parent 8c5af23 commit bf97af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.in.dxf/read_dxf.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct dxf_file *dxf_open(char *file)
struct dxf_file *dxf;

dxf = (struct dxf_file *)G_malloc(sizeof(struct dxf_file));
if (!dxf)
if (!dxf)
return NULL;

dxf->name = G_store(file);
Expand Down

0 comments on commit bf97af0

Please sign in to comment.