Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gmt_plot.c
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ GMT_LOCAL void gmtplot_map_boundary (struct GMT_CTRL *GMT) {
}

PSL_comment(PSL, "End of map frame\n");
if (!PSL->internal.comments) PSL_command(PSL, "\n%%End of map fram\n");
if (!PSL->internal.comments) PSL_command(PSL, "\n%%End of map frame\n");
}

/* gmt_map_basemap will create a basemap for the given area.
Expand Down
Loading