mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
graphics/vnc: Correct a typo introduced in last large set of changes
This commit is contained in:
parent
da50646bcf
commit
770a83bc7d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ int vnc_read_remainder(FAR struct vnc_session_s *session, size_t msglen,
|
|||
if (nrecvd < 0)
|
||||
{
|
||||
gerr("ERROR: Receive message failed: %d\n", (int)nrecvd);
|
||||
return (int)recvd;
|
||||
return (int)nrecvd;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue