improved source

This commit is contained in:
Denis 2023-11-06 02:23:00 +01:00
parent 232c2a9e4b
commit 7fe1ea08dc
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
2 changed files with 1 additions and 2 deletions

View file

@ -111,7 +111,6 @@ void *input_dev_thread_func(void *ptr) {
struct input_ctx ctx = {
.dev = NULL,
.queue = in_dev->queue,
.messages = {}
};
for (int h = 0; h < MAX_MESSAGES_IN_FLIGHT; ++h) {