Tobias Klauser <tklau...@distanz.ch> writes:

> On 2015-10-15 at 18:52:54 +0200, Matthieu Moy <matthieu....@grenoble-inp.fr> 
> wrote:
>> Tobias Klauser <tklau...@distanz.ch> writes:
>> > +static const char * const usage_msg[] = {
>> 
>> Stick the * to usage_msg please.
>
> Just noticed while looking at how other sub-commands define this, the vast
> majority use "const char * const" and not "const char const *".

Oops, I read your code too quickly. We stick the * to variable names
when it follows the star, but I didn't see the "const", sorry.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to