Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wt-status.h: drop stdio.h include
[gitweb.git]
/
xdiff-interface.h
diff --git
a/xdiff-interface.h
b/xdiff-interface.h
index a71950a10b682e25ae06ed8999a4a55516570377..ede4246bbd3397086f90217539a2d07a35a4b986 100644
(file)
--- a/
xdiff-interface.h
+++ b/
xdiff-interface.h
@@
-47,7
+47,7
@@
void discard_hunk_line(void *priv,
* are treated for the comparision.
*/
int xdiff_compare_lines(const char *l1, long s1,
-
const char *l2, long s2, long flags);
+ const char *l2, long s2, long flags);
/*
* Returns a hash of the string s of length len.