Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index 171fa85e4ae9fa026bbb72e2e8b8b098d2ba22ed..2839d9df6ee8ed1e7227769877b04dd9b542f496 100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-457,7
+457,7
@@
static const char *quote_arg(const char *arg)
const char *p = arg;
if (!*p) force_quotes = 1;
while (*p) {
- if (isspace(*p) || *p == '*' || *p == '?' || *p == '{')
+ if (isspace(*p) || *p == '*' || *p == '?' || *p == '{'
|| *p == '\''
)
force_quotes = 1;
else if (*p == '"')
n++;