Correct internal name for query_status_for

This commit is contained in:
Marc Di Luzio
2019-02-09 16:13:11 +00:00
parent de1049f070
commit d4fdd9e3b4
4 changed files with 8 additions and 8 deletions

View File

@@ -571,7 +571,7 @@ error_cleanup:
/**
* Request status on behalf of caller
*/
int game_mode_context_query_status_for(GameModeContext *self, pid_t callerpid, pid_t gamepid)
int game_mode_context_query_status_by_pid(GameModeContext *self, pid_t callerpid, pid_t gamepid)
{
int status = 0;