Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/mailinfo-scissors'
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 0a020ffab4dcfbd88fbee31bb3c84e336a67b17c..e1be189742f3239de028393ceabf7c6539bb0440 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-1603,6
+1603,7
@@
static void builtin_diff(const char *name_a,
free(mf1.ptr);
if (textconv_two)
free(mf2.ptr);
+ xdiff_clear_find_func(&xecfg);
}
free_ab_and_return:
@@
-2690,7
+2691,7
@@
static int parse_num(const char **cp_p)
num = 0;
scale = 1;
dot = 0;
- for(;;) {
+ for
(;;) {
ch = *cp;
if ( !dot && ch == '.' ) {
scale = 1;