From 985f1df0b7746b6ebc159d07fc7581bd3ead1b20 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Tue, 19 Dec 2023 02:53:41 -0800 Subject: dummy data should be static --- src/JSystem/J2DGraph/J2DPrint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/JSystem/J2DGraph/J2DPrint.cpp') diff --git a/src/JSystem/J2DGraph/J2DPrint.cpp b/src/JSystem/J2DGraph/J2DPrint.cpp index ed61cf52..b99bdb4c 100644 --- a/src/JSystem/J2DGraph/J2DPrint.cpp +++ b/src/JSystem/J2DGraph/J2DPrint.cpp @@ -560,6 +560,6 @@ f32 J2DPrint::getNumberF32(const u8** param_1, f32 param_2, f32 param_3, int bas return uVar2; } -void dummy2() { +static void dummy2() { OSReport("buff != 0"); } -- cgit v1.2.3