[return checks] fix use of freerdp_interruptible_getc

This commit is contained in:
akallabeth 2024-09-16 05:11:01 +02:00
parent 4d2197eab0
commit 4c8f6383ae
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ BOOL client_cli_present_gateway_message(freerdp* instance, UINT32 type, BOOL isD
case 'n':
case 'N':
freerdp_interruptible_getc(instance->context, stdin);
(void)freerdp_interruptible_getc(instance->context, stdin);
return FALSE;
default: