summaryrefslogtreecommitdiff
path: root/src/JSystem/J2DGraph/J2DPrint.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-12-19 02:53:41 -0800
committerJcw87 <Jcw87@users.noreply.github.com>2023-12-19 03:22:42 -0800
commit985f1df0b7746b6ebc159d07fc7581bd3ead1b20 (patch)
tree4f9ec424f7cae1b079419227c149c1e7943db945 /src/JSystem/J2DGraph/J2DPrint.cpp
parentfa59660bf249e00a75dd5afe37b2f05ef4484128 (diff)
dummy data should be static
Diffstat (limited to 'src/JSystem/J2DGraph/J2DPrint.cpp')
-rw-r--r--src/JSystem/J2DGraph/J2DPrint.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}