printf format fixes

This commit is contained in:
Wim Taymans 2019-06-07 17:16:02 +02:00
parent d46c239ab0
commit 497a8364c5
9 changed files with 23 additions and 22 deletions

View file

@ -93,7 +93,7 @@ arm_init(struct impl *impl)
}
if ((line = get_cpuinfo_line(cpuinfo, "Features"))) {
const char *state = NULL;
char *state = NULL;
char *current = strtok_r(line, " ", &state);
do {