diff options
Diffstat (limited to 'pack-check.c')
-rw-r--r-- | pack-check.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pack-check.c b/pack-check.c index 9d0cb9a114..c3bf21dbcb 100644 --- a/pack-check.c +++ b/pack-check.c @@ -2,8 +2,7 @@ #include "pack.h" #include "pack-revindex.h" -struct idx_entry -{ +struct idx_entry { off_t offset; const unsigned char *sha1; unsigned int nr; |