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:
Diego Petteno 2008-01-24 11:12:29 +00:00
parent c8a9c9b069
commit a3e820fca7

View file

@ -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},