diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-04 20:24:50 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-04 20:24:50 -0400 |
commit | 581bab1360d5544101b52c0b7616e7fb16ed8a5d (patch) | |
tree | 5c9503301108ab10b837fb0edc1b6917209b61d3 /include/save.h | |
parent | 67ea254871134d850e013ee72bd4275b40e8091b (diff) |
more fixes
Diffstat (limited to 'include/save.h')
-rw-r--r-- | include/save.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/save.h b/include/save.h index 6c47c6f60..c35ad547a 100644 --- a/include/save.h +++ b/include/save.h @@ -3,7 +3,7 @@ struct SaveSectionLocation { - void *data; + u8 *data; u16 size; }; |