mirror of
https://github.com/Genymobile/scrcpy
synced 2025-02-16 20:46:51 +00:00
Fix wrong comment in unit test
This commit is contained in:
parent
ad4c061cd2
commit
63207d9cd5
@ -39,7 +39,7 @@ static void test_serialize_text_event(void) {
|
||||
assert(size == 16);
|
||||
|
||||
const unsigned char expected[] = {
|
||||
0x01, // CONTROL_EVENT_TYPE_KEYCODE
|
||||
0x01, // CONTROL_EVENT_TYPE_TEXT
|
||||
0x00, 0x0d, // text length
|
||||
'h', 'e', 'l', 'l', 'o', ',', ' ', 'w', 'o', 'r', 'l', 'd', '!', // text
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user