This commit is contained in:
Kovid Goyal
2017-09-27 14:17:24 +05:30
parent 66bce4b8cd
commit 9facc5f7d3
2 changed files with 9 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ typedef struct {
uint8_t *mapped_file;
size_t mapped_file_sz;
size_t max_data_sz;
size_t data_sz;
} LoadData;
typedef struct {