]> gitweb.ps.run Git - ps-cgit/commitdiff
html: avoid using a plain integer as a NULL pointer
authorJohn Keeping <john@keeping.me.uk>
Sun, 8 Mar 2015 16:32:27 +0000 (16:32 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 9 Mar 2015 16:41:14 +0000 (17:41 +0100)
Sparse complains about this table because we use the integer zero as the
NULL pointer.  Use this as an opportunity to reformat the table so that
it always contains 8 elements per row, making it easier to see which
values are being set and which are not.

Signed-off-by: John Keeping <john@keeping.me.uk>

No differences found