isl_test.c: add_cell: fix return type
commit98fca0e299e331b3d4ae21908bd3c6c32e28c51f
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 23 Nov 2016 10:48:00 +0000 (23 11:48 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 23 Nov 2016 10:49:39 +0000 (23 11:49 +0100)
treede97d1a4a04df17f499d0c78c8002e0064635ce3
parent95ad777bcb91f2e5eaf5e89d61106901234dc7d5
isl_test.c: add_cell: fix return type

isl_vertices_foreach_disjoint_cell currently expects a callback
returning int rather than isl_stat.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_test.c