ref: 1ec2d4d8622f923b8008ddc7f1bd46b0757f331e
parent: 1332c5aaa2d389b899cd3093e2aee93839f8db33
author: Turo Lamminen <[email protected]>
date: Sat Mar 31 11:05:26 EDT 2018
opl: Make opl_driver_t name member const
--- a/opl/opl_internal.h
+++ b/opl/opl_internal.h
@@ -36,7 +36,7 @@
typedef struct
{
- char *name;
+ const char *name;
opl_init_func init_func;
opl_shutdown_func shutdown_func;