opl: Make opl_driver_t name member const

This commit is contained in:
Turo Lamminen 2018-03-31 15:05:26 +03:00
parent 1332c5aaa2
commit 1ec2d4d862

View file

@ -36,7 +36,7 @@ typedef void (*opl_adjust_callbacks_func)(float value);
typedef struct
{
char *name;
const char *name;
opl_init_func init_func;
opl_shutdown_func shutdown_func;