Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Apr 10, 2024
1 parent 1821fd2 commit c2026ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vector/v.in.ogr/proj.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,9 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, int layer,
proj_info, proj_units)) != 1) {
int i_value;

strcpy(error_msg, _("Coordinate reference system of dataset does not"
" appear to match current project.\n\n"));
strcpy(error_msg,
_("Coordinate reference system of dataset does not"
" appear to match current project.\n\n"));

/* TODO: output this info sorted by key: */
if (loc_wind.proj != cellhd->proj || err != -2) {
Expand Down

0 comments on commit c2026ba

Please sign in to comment.