mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 05:43:18 -04:00
fix improper spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user