Merge pull request #1989 from matt335672/rename_rfb_func
Rename misnamed function get_eds_status_msg (regression #1989)
This commit is contained in:
commit
58727cb383
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user