summaryrefslogtreecommitdiff
path: root/seq/aseqdump/aseqdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'seq/aseqdump/aseqdump.c')
-rw-r--r--seq/aseqdump/aseqdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/seq/aseqdump/aseqdump.c b/seq/aseqdump/aseqdump.c
index 5122bbb..24c5d21 100644
--- a/seq/aseqdump/aseqdump.c
+++ b/seq/aseqdump/aseqdump.c
@@ -351,8 +351,8 @@ static void sighandler(int sig)
int main(int argc, char *argv[])
{
- static char short_options[] = "hVlp:";
- static struct option long_options[] = {
+ static const char short_options[] = "hVlp:";
+ static const struct option long_options[] = {
{"help", 0, NULL, 'h'},
{"version", 0, NULL, 'V'},
{"list", 0, NULL, 'l'},