X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fmmap.c;h=c9d46d174259f42a3e2a2eb073475aba517044be;hb=42accaec0174f80c81681c4a6f896ca452ba3f76;hp=4cfaee31361d98d2c8f68d250609b09130335baa;hpb=1b2782a5e2f88bf5e6e2cbb58e54fea015e21af5;p=git.git diff --git a/compat/mmap.c b/compat/mmap.c index 4cfaee313..c9d46d174 100644 --- a/compat/mmap.c +++ b/compat/mmap.c @@ -40,4 +40,3 @@ int git_munmap(void *start, size_t length) free(start); return 0; } -