mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-26 01:36:45 +00:00
Modernize code base
This commit is contained in:
@@ -82,7 +82,7 @@ static void *request_handler(void *args) {
|
||||
close(client);
|
||||
break;
|
||||
}
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
static void main_daemon() {
|
||||
|
||||
Reference in New Issue
Block a user