30 Apr
2014
30 Apr
'14
6:22 a.m.
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.