More sonarlint work

This commit is contained in:
Jasmine Iwanek
2023-06-09 23:46:54 -04:00
parent 0d1d069af4
commit ee695e71f9
218 changed files with 6282 additions and 3845 deletions

View File

@@ -585,6 +585,6 @@ select_codepage(uint16_t code, uint16_t *curmap)
i++;
}
for (i = 0; i < 256; i++)
curmap[i] = map_to_use[i];
for (uint16_t j = 0; j < 256; j++)
curmap[j] = map_to_use[j];
}