summaryrefslogtreecommitdiffstats
path: root/libao2/ao_jack.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_jack.c')
-rw-r--r--libao2/ao_jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_jack.c b/libao2/ao_jack.c
index 14bb1c90dd..0d2492c02b 100644
--- a/libao2/ao_jack.c
+++ b/libao2/ao_jack.c
@@ -208,7 +208,7 @@ static int init(int rate, int channels, int format, int flags) {
char *port_name = NULL;
char *client_name = NULL;
int autostart = 0;
- opt_t subopts[] = {
+ const opt_t subopts[] = {
{"port", OPT_ARG_MSTRZ, &port_name, NULL},
{"name", OPT_ARG_MSTRZ, &client_name, NULL},
{"estimate", OPT_ARG_BOOL, &estimate, NULL},