mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-23 16:34:21 +01:00
Rename process_simple_wait to process_wait
Adding "simple" in the function name brings no benefit.
This commit is contained in:
@@ -179,7 +179,7 @@ file_handler_stop(struct file_handler *file_handler) {
|
||||
if (!process_terminate(file_handler->current_process)) {
|
||||
LOGW("Could not terminate install process");
|
||||
}
|
||||
process_simple_wait(file_handler->current_process, NULL);
|
||||
process_wait(file_handler->current_process, NULL);
|
||||
file_handler->current_process = PROCESS_NONE;
|
||||
}
|
||||
mutex_unlock(file_handler->mutex);
|
||||
|
||||
Reference in New Issue
Block a user