mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
c++-ify empty return
This commit is contained in:
parent
7353696014
commit
7e3b8b5cdb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue