aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-21 11:28:59 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-21 11:29:16 +0100
commit92c4ec293d0b73e5c6306d26e608340edc40b04c (patch)
tree2796d6189bb18d29c8c605e7c70c9a27477f5c6d
parent932d2d4ce31b9d2dfb028df2ca683b42fee7ee54 (diff)
sim: Fix compiler warning and by this fixing the test result
-rw-r--r--tests/sim/sim_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sim/sim_test.c b/tests/sim/sim_test.c
index 4710c32e..425ce11d 100644
--- a/tests/sim/sim_test.c
+++ b/tests/sim/sim_test.c
@@ -54,4 +54,5 @@ static void test_cla_ins_tbl(void)
int main(int argc, char **argv)
{
test_cla_ins_tbl();
+ return EXIT_SUCCESS;
}