mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 14:12:39 +00:00
c++-ify empty return
This commit is contained in:
parent
7353696014
commit
7e3b8b5cdb
@ -522,7 +522,7 @@ class named_thread final : public Context, result_storage<Context>, thread_base
|
||||
return next(thread_ctrl::get_current());
|
||||
}
|
||||
|
||||
return 0;
|
||||
return {};
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user