Clean up.

This commit is contained in:
retoor 2024-12-09 18:44:05 +01:00
parent f4276ec503
commit b03a08181a

View File

@ -109,7 +109,6 @@ int main() {
}
}
// Cleanup
for (int i = 0; i < num_keyboards; i++) {
close(keyboard_fds[i]);
}