sercomm_test.c: return correctly in main

Change-Id: I57fd3e1bf74ec24dec692710359a1ce00ecde75a
This commit is contained in:
Pau Espin 2017-06-18 11:23:33 +02:00 committed by Harald Welte
parent 4703fd215f
commit fc1911c0f4
1 changed files with 1 additions and 0 deletions

View File

@ -133,4 +133,5 @@ static void test_sercomm(void)
int main(int argc, char **argv)
{
test_sercomm();
return 0;
}