Skip to content

Commit

Permalink
Update gamemode-context.c
Browse files Browse the repository at this point in the history
check format wined again, looks like I'm really bad at this
  • Loading branch information
HenrikHolst authored and afayaz-feral committed Dec 5, 2023
1 parent 22001c5 commit 41191dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/gamemode-context.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 41191dc

Please sign in to comment.