Tobias Klauser <[email protected]> writes: > On 2015-10-15 at 18:52:54 +0200, Matthieu Moy <[email protected]> > wrote: >> Tobias Klauser <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

