From 626258fda8f1aed7044b6d153ab786a87213fc94 Mon Sep 17 00:00:00 2001 From: Joaquim Date: Mon, 15 Jul 2019 20:22:00 +0100 Subject: [PATCH] Fix (Win) docs.c (#1179) --- src/docs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs.c b/src/docs.c index a51174aed99..72bec5c117f 100644 --- a/src/docs.c +++ b/src/docs.c @@ -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";