Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-commit: replace use of home_config_paths()
[gitweb.git]
/
pathspec.c
diff --git
a/pathspec.c
b/pathspec.c
index 0be5edbd13863690870dbede0dadfdb879a69d28..9304ee33d75ab9de14e4a7b6dc96f5dd8028c464 100644
(file)
--- a/
pathspec.c
+++ b/
pathspec.c
@@
-338,7
+338,7
@@
static void NORETURN unsupported_magic(const char *pattern,
if (!(magic & m->bit))
continue;
if (sb.len)
- strbuf_add
str(&sb, " "
);
+ strbuf_add
ch(&sb, ' '
);
if (short_magic & m->bit)
strbuf_addf(&sb, "'%c'", m->mnemonic);
else