Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46c8b4b9 authored by Koushik K. Dutta's avatar Koushik K. Dutta
Browse files

fix build break

parent 3e18a9de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ static void *eventLoopMain(void *ptr) {
                        nat->vm->DetachCurrentThread();

                        int fd = nat->controlFdR;
                        nat->controlFdr = 0;
                        nat->controlFdR = 0;
                        close(fd);
                        return NULL;
                    }