mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-03-05 02:27:02 +00:00

find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead.
find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead.