Skip to content

Commit

Permalink
win: fix comment in quote_cmd_arg
Browse files Browse the repository at this point in the history
PR-URL: #1113
Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Reviewed-by: Bert Belder <[email protected]>
  • Loading branch information
ericsciple authored and santigimeno committed Dec 1, 2016
1 parent 7dfa54d commit 8658ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ WCHAR* quote_cmd_arg(const WCHAR *source, WCHAR *target) {
* input : hello\\"world
* output: "hello\\\\\"world"
* input : hello world\
* output: "hello world\"
* output: "hello world\\"
*/

*(target++) = L'"';
Expand Down

0 comments on commit 8658ef0

Please sign in to comment.