X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=compat%2Fmmap.c;h=c9d46d174259f42a3e2a2eb073475aba517044be;hb=f81be17e1c4752c71815c26f5266604c2b7756b7;hp=4cfaee31361d98d2c8f68d250609b09130335baa;hpb=5f5dbd719d0d8ec136f32a0a56674902bd85f72f;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; } -