Fix formatting of renice value comment

This commit is contained in:
Marc Di Luzio 2019-02-05 21:31:42 +00:00
parent db0f8f91f3
commit 0170a72634

View File

@ -281,7 +281,7 @@ static void load_config_files(GameModeConfig *self)
memset(self->softrealtime, 0, sizeof(self->softrealtime));
memset(self->apply_gpu_optimisations, 0, sizeof(self->apply_gpu_optimisations));
self->inhibit_screensaver = 1; /* Defaults to on */
self->renice = 4; /* default value of 4 */
self->renice = 4; /* default value of 4 */
self->reaper_frequency = DEFAULT_REAPER_FREQ;
self->gpu_vendor = 0;
self->gpu_device = -1; /* 0 is a valid device ID so use -1 to indicate no value */