Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Minor indentation fix.
[gitweb.git]
/
object.c
diff --git
a/object.c
b/object.c
index 277b3ddba7dc5387cd97cb35c23d3358727898be..7adfda75f2914863c3c8eec86abffe581be4d480 100644
(file)
--- a/
object.c
+++ b/
object.c
@@
-199,7
+199,7
@@
struct object *parse_object(const unsigned char *sha1)
return NULL;
}
- obj = parse_object_buffer(
repl
, type, size, buffer, &eaten);
+ obj = parse_object_buffer(
sha1
, type, size, buffer, &eaten);
if (!eaten)
free(buffer);
return obj;