mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-21 18:22:33 +01: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 next(thread_ctrl::get_current());
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return {};
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user