Skip to content

Commit

Permalink
Update src/gmt_init.c
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
joa-quim and seisman authored Jun 3, 2024
1 parent ad9f967 commit 62c0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmt_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -12649,7 +12649,7 @@ char *gmtlib_getparameter (struct GMT_CTRL *GMT, const char *keyword) {
case_val = gmt_hash_lookup (GMT, keyword, keys_hashnode, GMT_N_KEYS, GMT_N_KEYS);

switch (case_val) {
case GMTCASE_SET_RUN_MODE: /* Gat the current running mode CLASSIC or MODERN */
case GMTCASE_GMT_RUN_MODE: /* Gat the current running mode CLASSIC or MODERN */
sprintf (value, "%d", GMT->current.setting.run_mode);
break;
/* FORMAT GROUP */
Expand Down

0 comments on commit 62c0269

Please sign in to comment.