Signed-off-by: Ulrich Ölmann <u.oelm...@pengutronix.de> --- platsch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/platsch.c b/platsch.c index c75f934935f2..8228b2f8a886 100644 --- a/platsch.c +++ b/platsch.c @@ -565,8 +565,8 @@ int main(int argc, char *argv[]) char drmdev[128]; struct modeset_dev *iter; bool pid1 = getpid() == 1; - char *dir = "/usr/share/platsch"; - char *base = "splash"; + const char *dir = "/usr/share/platsch"; + const char *base = "splash"; int ret = 0, c, i; if (!pid1) { -- 2.39.2