Skip to content

Commit

Permalink
Fix (Win) docs.c (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim authored Jul 15, 2019
1 parent bf52a47 commit 626258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int GMT_docs (void *V_API, int mode, void *args) {
/*----------------------- Standard module initialization and parsing ----------------------*/

#ifdef WIN32
static const char *file_viewer "cmd /c start";
static const char *file_viewer = "cmd /c start";
bool together = false; /* Must call file_viewer separately on each file */
#elif defined(__APPLE__)
static const char *file_viewer = "open";
Expand Down

0 comments on commit 626258f

Please sign in to comment.