Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Reintroduce svn pools to solve the memory leak.
[gitweb.git]
/
quote.c
diff --git
a/quote.c
b/quote.c
index 7218a7080d9a4282530b58c013606c86e4a5fdf5..06792d47c3e324ee9893a4e52035f0642f38005f 100644
(file)
--- a/
quote.c
+++ b/
quote.c
@@
-144,8
+144,6
@@
static int quote_c_style_counted(const char *name, int namelen,
case '\\': /* fallthru */
case '"': EMITQ(); break;
- case ' ':
- break;
default:
/* octal */
EMITQ();