Skip to content

Commit

Permalink
opl: Make opl_driver_t name member const
Browse files Browse the repository at this point in the history
  • Loading branch information
turol committed Mar 31, 2018
1 parent 1332c5a commit 1ec2d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opl/opl_internal.h
Expand Up @@ -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;
Expand Down

0 comments on commit 1ec2d4d

Please sign in to comment.