Fix string literal warning
This commit is contained in:
parent
29e3645b84
commit
843ffa271a
@ -1018,7 +1018,7 @@ try_again:
|
|||||||
last = frames[i][y][x];
|
last = frames[i][y][x];
|
||||||
printf("%s%s", colors[frames[i][y][x]], output);
|
printf("%s%s", colors[frames[i][y][x]], output);
|
||||||
} else {
|
} else {
|
||||||
printf(output);
|
printf("%s", output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user