fix improper spacing

This commit is contained in:
mmb70
2020-07-21 14:31:52 -07:00
committed by Kenix3
parent 522ccdbb95
commit b93b6f0389
+1 -1
View File
@@ -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;