Skip to content

Commit

Permalink
minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
bingbing8 committed Oct 1, 2018
1 parent be47a10 commit 83525d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/win32/win32compat/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1710,9 +1710,8 @@ do { \
*p++ = command[i];
}
}
else {
else
CMDLINE_APPEND(p, command);
}
CMDLINE_APPEND(p, "\"");
}
*p = '\0';
Expand Down

0 comments on commit 83525d6

Please sign in to comment.