summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpi1024e <49824824+pi1024e@users.noreply.github.com>2020-08-29 13:18:35 -0400
committerpi1024e <49824824+pi1024e@users.noreply.github.com>2020-08-29 13:18:35 -0400
commitbdb976dc27b00a7e86c0bda10911c67c9d296c35 (patch)
treee2a7f40a9dfe354f8e7fc1f79732fb1b05cb1594 /include
parent3ae3bea28f41ae5b6a7a6bbf04b056e0dd10dfb5 (diff)
fixed mistakes
Diffstat (limited to 'include')
-rw-r--r--include/gba/m4a_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index 58b258a1a..bdff1b865 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -140,9 +140,9 @@ struct SoundChannel
struct WaveData *wav;
u32 cp;
struct MusicPlayerTrack *track;
- void* pp;
- void* np;
- void* d4;
+ void *pp;
+ void *np;
+ void *d4;
u16 xpi;
u16 xpc;
};