X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=bundle.c;h=e4d60cde6f1b9dd7a2aab36ebc4f2a97a9d61b22;hb=4d1012c3709e356107d0fb0e3bf5a39e0d5c209d;hp=0869fcf0261de7217cc0b1dadd30a5259468d4f8;hpb=e3d6d56f1c2097f13a427e158638e5e0918e5705;p=git.git diff --git a/bundle.c b/bundle.c index 0869fcf02..e4d60cde6 100644 --- a/bundle.c +++ b/bundle.c @@ -23,7 +23,8 @@ static void add_to_ref_list(const unsigned char *sha1, const char *name, } /* returns an fd */ -int read_bundle_header(const char *path, struct bundle_header *header) { +int read_bundle_header(const char *path, struct bundle_header *header) +{ char buffer[1024]; int fd; long fpos;