diff options
author | YamaArashi <shadow962@live.com> | 2016-12-04 03:38:24 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-04 03:38:24 -0800 |
commit | bf5e69d54e670be1910d79fc1f06b9b71f186218 (patch) | |
tree | 152aa79f924fa71355f30a712753aebba5e56653 /src/main.c | |
parent | 4ceea5913e430464ccde4ac17b050a8faff5f97c (diff) | |
parent | 087d746c8bf066013a42f450d77abb39f81b9abb (diff) |
Merge branch 'marijnvdwerf-clean/warnings-1'
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index a14663d32..ad131547b 100644 --- a/src/main.c +++ b/src/main.c @@ -65,7 +65,7 @@ bool8 gLinkVSyncDisabled; u32 IntrMain_Buffer[0x200]; u8 gPcmDmaCounter; -EWRAM_DATA void (*gFlashTimerIntrFunc)(void) = NULL; +EWRAM_DATA void (**gFlashTimerIntrFunc)(void) = NULL; static void UpdateLinkAndCallCallbacks(void); static void InitMainCallbacks(void); |