summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNieDzejkob <niedzejkob@gmail.com>2017-05-21 14:26:13 +0200
committerNieDzejkob <niedzejkob@gmail.com>2017-05-21 19:33:00 +0200
commit80dd8f3f41ebe3bdbc5b12b9db4e4fbed1baec04 (patch)
tree4b127b295c5b6aaead0b09248dba8d862985fd44
parenta240212df98595f9ce95dabd833846e58468a8ea (diff)
typedef struct is not in style of the repo
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index df95ce529..34946c895 100644
--- a/include/global.h
+++ b/include/global.h
@@ -464,9 +464,9 @@ struct GabbyAndTyData {
u8 valB;
};
-typedef struct RecordMixing_UnknownStruct {
+struct RecordMixing_UnknownStruct {
u8 data[0x38];
-} RecordMixing_UnknownStruct;
+};
struct SaveBlock1 /* 0x02025734 */
{