Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix compilation warnings.
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 9015c81d76b4038bf5cc567aa2e055370b6ffee8..527cbf04adf86fe6fc4c449971ac177d63736330 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-704,7
+704,7
@@
static int parse_num(const char **cp_p)
scale *= 10;
num = num * 10 + ch - '0';
}
-
*
cp++;
+ cp++;
}
*cp_p = cp;