diff --git a/src/boot_O2_g3/boot_0x800968B0.c b/src/boot_O2_g3/boot_0x800968B0.c index fb41b39117..afc9cd5fc4 100644 --- a/src/boot_O2_g3/boot_0x800968B0.c +++ b/src/boot_O2_g3/boot_0x800968B0.c @@ -11,7 +11,7 @@ s32 func_800968B0(const char* str1, const char* str2) { v0 = *str1++; v1 = *str2++; if (v0 != v1) { - return v0 - v1; + return v0 - v1; } } while (v0); return 0;