Fix compile warning due to missing return value.

This commit is contained in:
Jan Vidar Krey 2014-05-12 00:05:07 +02:00
parent 60393ca9d0
commit 992aa8c4af
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ EXO_TEST(list_append_list_3,
EXO_TEST(list_clear_list_last,
{
list_clear(list, &null_free);
return 1;
});