mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx::NcaHeader] Fix comparison typo
This commit is contained in:
parent
ed2e0f462d
commit
cf2dc0f7d0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ namespace nx
|
|||
|
||||
bool operator!=(const sSection& other) const
|
||||
{
|
||||
return operator==(other);
|
||||
return !operator==(other);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue