diff options
-rw-r--r-- | win32/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/process.c b/win32/process.c index f3d0a09f8..6224ce362 100644 --- a/win32/process.c +++ b/win32/process.c | |||
@@ -108,7 +108,7 @@ parse_interpreter(const char *cmd, interp_t *interp) | |||
108 | } | 108 | } |
109 | 109 | ||
110 | /* | 110 | /* |
111 | * See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx | 111 | * See https://docs.microsoft.com/en-us/cpp/cpp/main-function-command-line-args?view=vs-2019#parsing-c-command-line-arguments |
112 | * (Parsing C++ Command-Line Arguments) | 112 | * (Parsing C++ Command-Line Arguments) |
113 | */ | 113 | */ |
114 | static char * | 114 | static char * |