summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59076eb)
raw | patch | inline | side by side (parent: 59076eb)
author | David Rientjes <rientjes@google.com> | |
Mon, 14 Aug 2006 20:32:01 +0000 (13:32 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 15 Aug 2006 02:01:00 +0000 (19:01 -0700) |
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
csum-file.c | patch | blob | history |
diff --git a/csum-file.c b/csum-file.c
index 6a7b40fd09ea9aa365d70dc8019f83e481192c07..e2278897d08b750f383ae5bb2ac7e738a99a7ae5 100644 (file)
--- a/csum-file.c
+++ b/csum-file.c
#include "cache.h"
#include "csum-file.h"
-static int sha1flush(struct sha1file *f, unsigned int count)
+static void sha1flush(struct sha1file *f, unsigned int count)
{
void *buf = f->buffer;
count -= ret;
if (count)
continue;
- return 0;
+ return;
}
if (!ret)
die("sha1 file '%s' write error. Out of diskspace", f->name);