Merge pull request #1989 from matt335672/rename_rfb_func

Rename misnamed function get_eds_status_msg (regression #1989)
This commit is contained in:
matt335672 2021-09-07 17:31:46 +01:00 committed by GitHub
commit 58727cb383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{