mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-25 06:39:55 +00:00
ldr_map: Silence lingering initializer warning (#500)
One initializer warning case that I seem to have missed (my bad).
This commit is contained in:
parent
b237168ec7
commit
7a4d1e786c
@ -170,6 +170,6 @@ struct MappedCodeMemory {
|
||||
/* TODO: panic(). */
|
||||
}
|
||||
}
|
||||
*this = (const MappedCodeMemory){0};
|
||||
*this = {};
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user