summaryrefslogtreecommitdiffstats
path: root/src/cc4group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cc4group.c')
-rw-r--r--src/cc4group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc4group.c b/src/cc4group.c
index d376873..484c9c5 100644
--- a/src/cc4group.c
+++ b/src/cc4group.c
@@ -793,7 +793,7 @@ typedef struct {
static bool cc4group_initChunkBufferCallback(void* callbackArg)
{
-#define CHUNK_SIZE 1000*1000
+#define CHUNK_SIZE 1024 * 1024
void* buffer = malloc(CHUNK_SIZE);
if(buffer == NULL)