summaryrefslogtreecommitdiff
path: root/boot_control_copy/boot_control_copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot_control_copy/boot_control_copy.c')
-rw-r--r--boot_control_copy/boot_control_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot_control_copy/boot_control_copy.c b/boot_control_copy/boot_control_copy.c
index 644e7de8..73022435 100644
--- a/boot_control_copy/boot_control_copy.c
+++ b/boot_control_copy/boot_control_copy.c
@@ -92,7 +92,7 @@ int module_markBootSuccessful(boot_control_module_t *module)
return 0;
}
-#define COPY_BUF_SIZE 1024*1024
+#define COPY_BUF_SIZE (1024*1024)
static bool copy_data(int src_fd, int dst_fd, size_t num_bytes)
{