pcsound: Make pcsound_driver_s name member const
This commit is contained in:
parent
1ec2d4d862
commit
26e758810f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ typedef void (*pcsound_shutdown_func)(void);
|
||||||
|
|
||||||
struct pcsound_driver_s
|
struct pcsound_driver_s
|
||||||
{
|
{
|
||||||
char *name;
|
const char *name;
|
||||||
pcsound_init_func init_func;
|
pcsound_init_func init_func;
|
||||||
pcsound_shutdown_func shutdown_func;
|
pcsound_shutdown_func shutdown_func;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue