diff --git a/meshcore/KVM/MacOS/mac_kvm.c b/meshcore/KVM/MacOS/mac_kvm.c index 02a7957..96bc7b2 100644 --- a/meshcore/KVM/MacOS/mac_kvm.c +++ b/meshcore/KVM/MacOS/mac_kvm.c @@ -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;