se: Correct offset variable identifier in se_get_exp_mod_output

This commit is contained in:
Lioncash 2018-02-23 00:15:51 -05:00
parent 949c1ba628
commit f37d4b88fd
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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) {