Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff: fix mistake in translatable strings
[gitweb.git]
/
diffcore-order.c
diff --git
a/diffcore-order.c
b/diffcore-order.c
index 1957f822a5120a463ea4dff503fd8fe78f63b663..19e73311f9cd830da70428439b7b6a14d5345eec 100644
(file)
--- a/
diffcore-order.c
+++ b/
diffcore-order.c
@@
-67,7
+67,7
@@
static int match_order(const char *path)
strbuf_addstr(&p, path);
while (p.buf[0]) {
char *cp;
- if (!wildmatch(order[i], p.buf, 0
, NULL
))
+ if (!wildmatch(order[i], p.buf, 0))
return i;
cp = strrchr(p.buf, '/');
if (!cp)