Tobias Klauser [off-list ref] writes:
On 2015-10-15 at 18:52:54 +0200, Matthieu Moy [off-list ref] wrote:
quoted
Tobias Klauser [off-list ref] writes:
quoted
+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/