Fix reaper_frequency naming

This commit is contained in:
Marc Di Luzio
2019-02-09 15:06:24 +00:00
parent b7dff4265c
commit d5ffdcffdb
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ bool config_get_client_blacklisted(GameModeConfig *self, const char *client);
/*
* Get the frequency (in seconds) for the reaper thread
*/
long config_get_reaper_thread_frequency(GameModeConfig *self);
long config_get_reaper_frequency(GameModeConfig *self);
/*
* Get whether we want to inhibit the screensaver (defaults to true)