From 62c6549eec5a04b1777cb6f169164718bd299cc8 Mon Sep 17 00:00:00 2001 From: Random <28494085+Random0666@users.noreply.github.com> Date: Sun, 5 Apr 2020 16:01:46 +0200 Subject: [PATCH] Fixes in PR #50 (2) - Fix a typo --- include/z64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/z64.h b/include/z64.h index adbc7e33d3..ce839ef672 100644 --- a/include/z64.h +++ b/include/z64.h @@ -271,7 +271,7 @@ typedef struct GraphicsContext { /* 0x02E0 */ char unk_2E0[0x04]; /* 0x02E4 */ u32 viFeatures; /* 0x02E8 */ s32 fbIdx; - /* 0x02EC */ void (*callback)(struct GraphicsContex*, u32); + /* 0x02EC */ void (*callback)(struct GraphicsContext*, u32); /* 0x02F0 */ u32 callbackParam; /* 0x02F4 */ f32 xScale; /* 0x02F8 */ f32 yScale;