mirror of
https://github.com/jakcron/nstool.git
synced 2025-06-29 06:19:43 +00:00
[nx::NcaHeader] Fix comparison typo
This commit is contained in:
parent
ed2e0f462d
commit
cf2dc0f7d0
|
@ -66,7 +66,7 @@ namespace nx
|
||||||
|
|
||||||
bool operator!=(const sSection& other) const
|
bool operator!=(const sSection& other) const
|
||||||
{
|
{
|
||||||
return operator==(other);
|
return !operator==(other);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue