mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
se: Correct offset variable identifier in se_get_exp_mod_output
This commit is contained in:
parent
949c1ba628
commit
f37d4b88fd
@ -335,7 +335,7 @@ void se_get_exp_mod_output(void *buf, size_t size) {
|
||||
}
|
||||
|
||||
uint32_t *p_out = ((uint32_t *)buf) + num_dwords - 1;
|
||||
uint32_t out_ofs = 0;
|
||||
uint32_t offset = 0;
|
||||
|
||||
/* Copy endian swapped output. */
|
||||
while (num_dwords) {
|
||||
|
Loading…
Reference in New Issue
Block a user