Rename misnamed function get_eds_status_msg

This commit is contained in:
matt335672 2021-09-06 10:21:58 +01:00
parent b367f57036
commit ce27e25dcc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static const char *eds_status_msg[] =
* Returns an error string for an ExtendedDesktopSize status code
*/
const char *
get_eds_status_msg(unsigned int response_code)
rfb_get_eds_status_msg(unsigned int response_code)
{
if (response_code >= EDS_STATUS_MSG_COUNT)
{