Windows: correct comment in process.c

This commit is contained in:
Bert Belder 2011-08-05 08:22:01 +02:00
parent 041d60e141
commit c834d5de9e

View File

@ -404,9 +404,9 @@ wchar_t* quote_cmd_arg(const wchar_t *source, wchar_t *target) {
* input : hello""world
* output: "hello\"\"world"
* input : hello\world
* output: "hello\world"
* output: hello\world
* input : hello\\world
* output: "hello\\world"
* output: hello\\world
* input : hello\"world
* output: "hello\\\"world"
* input : hello\\"world