From a482b72d37d6afd1da7c49d33e3a12d0302d0c0e Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 10 May 2019 20:40:58 +0100 Subject: [PATCH] Fix comments in gamemode_client.h --- lib/gamemode_client.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/gamemode_client.h b/lib/gamemode_client.h index dfc67e7..9c6f46a 100644 --- a/lib/gamemode_client.h +++ b/lib/gamemode_client.h @@ -58,9 +58,11 @@ POSSIBILITY OF SUCH DAMAGE. * -1 if the request failed * -2 if the request was rejected * - * int gamemode_query_status_for(pid_t pid) - Query the current status of gamemode for another - * process 0 if gamemode is inactive 1 if gamemode is active 2 if gamemode is active and this client - * is registered -1 if the query failed + * int gamemode_query_status_for(pid_t pid) - Query status of gamemode for another process + * 0 if gamemode is inactive + * 1 if gamemode is active + * 2 if gamemode is active and this client is registered + * -1 if the query failed * * const char* gamemode_error_string() - Get an error string * returns a string describing any of the above errors