mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Correct some non-const string literals.
Should not be treated as non-const char *.
This commit is contained in:
parent
80eb12a9d6
commit
bcf63a0fae
4 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@ std::vector<SFunc *> g_static_funcs_list;
|
|||
struct ModuleInfo
|
||||
{
|
||||
u32 id;
|
||||
char* name;
|
||||
const char* name;
|
||||
}
|
||||
static const g_module_list[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue