am 798219e9: Merge "Fix clang "ueventd.cpp:111:1: error: no return statement in function returning non-void"."
* commit '798219e9e9137db272585f5dc5683df91ed5beb1': Fix clang "ueventd.cpp:111:1: error: no return statement in function returning non-void".
This commit is contained in:
commit
7d3b484690
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue