cloud sync: fix bug from #16871 (#16879)

https://github.com/libretro/RetroArch/pull/16871/files#r1715823706
This commit is contained in:
Eric Warmenhoven 2024-08-15 18:27:09 -04:00 committed by GitHub
parent 4016b2524b
commit 079ef42a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -641,7 +641,7 @@ static void task_cloud_sync_upload_cb(void *user_data, const char *path, bool su
}
slock_lock(tcs_running_lock);
sync_state->waiting++;
sync_state->waiting--;
slock_unlock(tcs_running_lock);
}