summaryrefslogtreecommitdiff
path: root/src/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/array.h')
-rw-r--r--src/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/array.h b/src/array.h
index cf3195c..115559a 100644
--- a/src/array.h
+++ b/src/array.h
@@ -14,7 +14,7 @@ typedef struct t_array
u32 length;
u32 reserved_length;
u64 entry_size;
- u16 reserve_jump;
+ u32 reserve_jump;
void *data;
mutex mutex;
} array;