dummy data should be static

This commit is contained in:
Jcw87
2023-12-19 02:53:41 -08:00
parent fa59660bf2
commit 985f1df0b7
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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");
}