summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2_g3')
-rw-r--r--src/boot_O2_g3/boot_0x800968B0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot_O2_g3/boot_0x800968B0.c b/src/boot_O2_g3/boot_0x800968B0.c
index fb41b3911..afc9cd5fc 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;