diff options
Diffstat (limited to 'src/pack.h')
| -rw-r--r-- | src/pack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pack.h b/src/pack.h index 34d37d907..3cebd10ac 100644 --- a/src/pack.h +++ b/src/pack.h @@ -72,8 +72,8 @@ typedef git_array_t(struct pack_chain_elem) git_dependency_chain; #include "offmap.h" -GIT__USE_OFFMAP; -GIT__USE_OIDMAP; +GIT__USE_OFFMAP +GIT__USE_OIDMAP #define GIT_PACK_CACHE_MEMORY_LIMIT 16 * 1024 * 1024 #define GIT_PACK_CACHE_SIZE_LIMIT 1024 * 1024 /* don't bother caching anything over 1MB */ |
