Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: use the fingerprint heuristic to match ignored lines
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 5702556c89689e5ff72f8373802eaa154e8525fc..b8ace774100649628863f0f7ce856e5a675c2c01 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-722,7
+722,7
@@
extern const char *githstrerror(int herror);
#ifdef NO_MEMMEM
#define memmem gitmemmem
void *gitmemmem(const void *haystack, size_t haystacklen,
-
const void *needle, size_t needlelen);
+ const void *needle, size_t needlelen);
#endif
#ifdef OVERRIDE_STRDUP