Skip to content

Commit 7979347

Browse files
Fix typo introduced when new KEY was added. (#3705) (#3706)
* Fix typo introduced when new KEY was added. * Fix another shit. It was VSC that added a closing ``)`` without me noticing it. This one caused a crash. Co-authored-by: Joaquim <[email protected]>
1 parent 01aea26 commit 7979347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grdcontour.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define THIS_MODULE_MODERN_NAME "grdcontour"
3131
#define THIS_MODULE_LIB "core"
3232
#define THIS_MODULE_PURPOSE "Make contour map using a grid"
33-
#define THIS_MODULE_KEYS "<G{,AD)=t,CC(,DDD,NC(,)>X},G?(=1@<G{,AD)=t,CC(,DD),NC(,),G?(=1"
33+
#define THIS_MODULE_KEYS "<G{,AD)=t,CC(,DDD,NC(,>X},G?(=1@<G{,AD)=t,CC(,DD),NC(,G?(=1"
3434
#define THIS_MODULE_NEEDS "Jg"
3535
#define THIS_MODULE_OPTIONS "-BJKOPRUVXYbdfhlptxy" GMT_OPT("EMmc")
3636

0 commit comments

Comments
 (0)