mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 11:20:25 +00:00
Rename classes and small adjustments
This commit is contained in:
@@ -67,7 +67,7 @@ static bool check_key_combo() {
|
||||
if (events.empty())
|
||||
return false;
|
||||
|
||||
RunFinally fin([&]() -> void {
|
||||
run_finally fin([&]() -> void {
|
||||
for (const int &fd : events)
|
||||
close(fd);
|
||||
});
|
||||
|
Reference in New Issue
Block a user