diff options
Diffstat (limited to 'lib/event_test.c')
-rw-r--r-- | lib/event_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event_test.c b/lib/event_test.c index 1997344d..92172389 100644 --- a/lib/event_test.c +++ b/lib/event_test.c @@ -73,7 +73,7 @@ t_ev_run_list(void) for (i = 1; i < MAX_NUM; i++) bt_assert(event_check_points[i]); - return BT_SUCCESS; + return 1; } int |