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

Commit 798219e9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix clang "ueventd.cpp:111:1: error: no return statement in function returning non-void"."

parents e939e704 2145779c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,6 +108,8 @@ int ueventd_main(int argc, char **argv)
        if (ufd.revents & POLLIN)
               handle_device_fd();
    }

    return 0;
}

static int get_android_id(const char *id)