diff options
Diffstat (limited to 'src/tools/split.c')
-rw-r--r-- | src/tools/split.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/split.c b/src/tools/split.c index 005484b8354..4d63721ecc0 100644 --- a/src/tools/split.c +++ b/src/tools/split.c @@ -46,8 +46,8 @@ #include "corestr.h" #include "sha1.h" -#define DEFAULT_SPLIT_SIZE 100 -#define MAX_PARTS 1000 +#define DEFAULT_SPLIT_SIZE 100 +#define MAX_PARTS 1000 |