This commit is contained in:
Willy-JL
2024-03-20 01:48:10 +00:00
588 changed files with 3875 additions and 2957 deletions

View File

@@ -59,7 +59,7 @@ static bool u2f_view_input_callback(InputEvent* event, void* context) {
return consumed;
}
U2fView* u2f_view_alloc() {
U2fView* u2f_view_alloc(void) {
U2fView* u2f = malloc(sizeof(U2fView));
u2f->view = view_alloc();