summaryrefslogtreecommitdiff
path: root/seq/aconnect
diff options
context:
space:
mode:
Diffstat (limited to 'seq/aconnect')
-rw-r--r--seq/aconnect/aconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/seq/aconnect/aconnect.c b/seq/aconnect/aconnect.c
index bab501a..1a50666 100644
--- a/seq/aconnect/aconnect.c
+++ b/seq/aconnect/aconnect.c
@@ -255,7 +255,7 @@ enum {
SUBSCRIBE, UNSUBSCRIBE, LIST, REMOVE_ALL
};
-static struct option long_option[] = {
+static const struct option long_option[] = {
{"disconnect", 0, NULL, 'd'},
{"input", 0, NULL, 'i'},
{"output", 0, NULL, 'o'},