sim: Fix compiler warning and by this fixing the test result

This commit is contained in:
Holger Hans Peter Freyther 2016-03-21 11:28:59 +01:00
parent 932d2d4ce3
commit 92c4ec293d
1 changed files with 1 additions and 0 deletions

View File

@ -54,4 +54,5 @@ static void test_cla_ins_tbl(void)
int main(int argc, char **argv)
{
test_cla_ins_tbl();
return EXIT_SUCCESS;
}