util: Use the macro 'wlengthof' to get the number of element in an array
commit59f5aeeec5f8f962cb4447fb2a6d401b5f6ef2d3
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 8 Nov 2013 20:18:23 +0000 (8 21:18 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:03 +0000 (30 18:11 +0000)
tree3f9482a6723d47b8394304ae7c193af702ec17f1
parent01c7390be1a3b4bc76dfcf6baf651cf34c989106
util: Use the macro 'wlengthof' to get the number of element in an array

The new macro 'wlengthof' from WUtil makes code easier to read than the
previous [sizeof() / sizeof([0]) ] construct.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
util/fontconv.c