summaryrefslogtreecommitdiff
path: root/include/save.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-04 20:24:50 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-04 20:24:50 -0400
commit581bab1360d5544101b52c0b7616e7fb16ed8a5d (patch)
tree5c9503301108ab10b837fb0edc1b6917209b61d3 /include/save.h
parent67ea254871134d850e013ee72bd4275b40e8091b (diff)
more fixes
Diffstat (limited to 'include/save.h')
-rw-r--r--include/save.h2
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;
};