1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-07 19:13:20 +00:00

fixed typo

This commit is contained in:
Bryan Roe
2019-01-22 17:05:44 -08:00
parent 69947b9c8c
commit 3b514cd526

View File

@@ -190,7 +190,7 @@ int kvm_server_inputdata(char* block, int blocklen)
}
case MNG_KVM_REFRESH: // Refresh
{
void kvm_send_resolution();
kvm_send_resolution();
int row, col;
if (size != 4) break;