]> gitweb.ps.run Git - ps-cgit/commit
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)
commit438bac6f579dab5b8f64e8ce42b88cfc3f053b28
tree4a1fcf6b5075411cb37e7e31abd9ee50558ee51f
parent80d52079f7f58d273d99745f93909e5c6524a9bd
html: avoid using a plain integer as a NULL pointer

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>
html.c