mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00: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