mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-06 14:34:39 +01:00
The function process_wait() returned a bool (true if the process terminated successfully) and provided the exit code via an output parameter exit_code. But the returned value was always equivalent to exit_code == 0, so just return the exit code instead.