/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sparse: Fix errors and silence warnings
[git/git.git]
/
csum-file.c
diff --git
a/csum-file.c
b/csum-file.c
index
4d50cc5
..
be49d5f
100644
(file)
--- a/
csum-file.c
+++ b/
csum-file.c
@@
-116,7
+116,7
@@
struct sha1file *sha1fd_throughput(int fd, const char *name, struct progress *tp
void crc32_begin(struct sha1file *f)
{
- f->crc32 = crc32(0,
Z_
NULL, 0);
+ f->crc32 = crc32(0, NULL, 0);
f->do_crc = 1;
}