On Mon, 23 Dec 2013 10:12:23 +0100, =?utf-8?Q?J=C3=A9r=C3=A9mie_Courr=C3=A8ges-
Anglas?= wrote:

> This should now be:
> 
>       static const char *optstr[2] = {
> >             "bcpqrs:tx",
> > -           "bcpqrs:tx",
> > -           "bcpqrs:tx",
> > -           "a:bco:pqrs:tx",
> >             "a:bco:pqrs:tx"
> >     };

Probably best to just make it:

static const char *optstr[] = {
        ...
}

 - todd

Reply via email to