fix a bug in returning the init result.

This commit is contained in:
seflerZ 2024-05-01 18:09:54 +08:00 committed by sefler
parent 48644258e0
commit c42a09709e

View File

@ -243,5 +243,5 @@ xrdp_input_unicode_init()
return 1;
}
return 1;
return 0;
}