On Mon, Apr 28, 2014 at 04:07:19PM +0200, Sebastian Reichel wrote: > Mark the array and the string const by using "static const char * const > foo[]" instead of "static const char* foo[]". Applied, thanks.