From 41191dc607b66b3c93bee148747535f4acd81d0f Mon Sep 17 00:00:00 2001 From: Henrik Holst Date: Mon, 4 Dec 2023 20:14:16 +0100 Subject: [PATCH] Update gamemode-context.c check format wined again, looks like I'm really bad at this --- daemon/gamemode-context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/gamemode-context.c b/daemon/gamemode-context.c index 7891da4..b591543 100644 --- a/daemon/gamemode-context.c +++ b/daemon/gamemode-context.c @@ -227,7 +227,7 @@ static int game_mode_disable_splitlock(GameModeContext *self, bool disable) if (fgets(value_str, sizeof value_str, f) == NULL) { LOG_ERROR("Couldn't read from /proc/sys/kernel/split_lock_mitigate : %s\n", - strerror(errno)); + strerror(errno)); fclose(f); return 1; }