From 1be400f5c4354bc6969c257367667132a90101b9 Mon Sep 17 00:00:00 2001 From: Lucas Shaw <49287729+shawlucas@users.noreply.github.com> Date: Fri, 1 May 2020 10:15:10 -0700 Subject: [PATCH] Fixed misspelling of circle in z_fbdemo_circle.c (#105) --- src/code/z_fbdemo_circle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/z_fbdemo_circle.c b/src/code/z_fbdemo_circle.c index 9bae7fa4da..8eb5786383 100644 --- a/src/code/z_fbdemo_circle.c +++ b/src/code/z_fbdemo_circle.c @@ -1,7 +1,7 @@ #include // unused -Gfx sCirlceNullDList[] = { +Gfx sCircleNullDList[] = { gsSPEndDisplayList(), };