mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Mark long_options constant.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2104 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c8a9c9b069
commit
a3e820fca7
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ enum {
|
|||
};
|
||||
|
||||
/* Tabel for getopt_long() */
|
||||
static struct option long_options[] = {
|
||||
static const struct option long_options[] = {
|
||||
{"help", 0, 0, ARG_HELP},
|
||||
{"version", 0, 0, ARG_VERSION},
|
||||
{"dump-conf", 0, 0, ARG_DUMP_CONF},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue