Skip to content

Commit

Permalink
Just force the build and CI again.
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Dec 1, 2024
1 parent 86de8d4 commit f572a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psconvert.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ static int parse (struct GMT_CTRL *GMT, struct PSCONVERT_CTRL *Ctrl, struct GMT_

case '!': /* Modify input PS instead of creating a new temp EPS one */
#ifdef PS_NO_DUP
/* In this case -! has the effect of disabling the insitu modification. That is, it reverts the global PS_NO_DUP */
/* In this case -! has the effect of disabling the insitu modification. That is, it reverts the global PS_NO_DUP. */
Ctrl->O.active = false;
#else
/* Here it is the contrary. -! has the effect of setting the insitu modification when that was not the default. */
Expand Down

0 comments on commit f572a56

Please sign in to comment.