Add missing return 0 in unit test
This commit is contained in:
parent
073181b294
commit
6edb1294f0
1 changed files with 1 additions and 0 deletions
|
@ -139,4 +139,5 @@ int main(void) {
|
||||||
test_serialize_long_text_event();
|
test_serialize_long_text_event();
|
||||||
test_serialize_mouse_event();
|
test_serialize_mouse_event();
|
||||||
test_serialize_scroll_event();
|
test_serialize_scroll_event();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue