summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;
};