Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMiller123 committed Jan 10, 2025
1 parent 2dc09ce commit d811cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/libraries/np_common/np_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int PS4_SYSV_ABI sceNpCmpNpIdInOrder(OrbisNpId* np_id1, OrbisNpId* np_id2, u32*
}

// Compare data
u32 compare =
u32 compare =
std::strncmp(np_id1->handle.data, np_id2->handle.data, ORBIS_NP_ONLINEID_MAX_LENGTH);
if (compare < 0) {
*out_result = -1;
Expand Down

0 comments on commit d811cbb

Please sign in to comment.