Fix no-return-in-nonvoid-functions in osmo-qcdiag-log.c

[    4s] E: osmo-qcdiag no-return-in-nonvoid-function osmo-qcdiag-log.c:170

[hfreyther: Changed exit to return EXIT_SUCCESS]
This commit is contained in:
Martin Hauke 2016-12-28 15:10:37 +01:00 committed by Holger Hans Peter Freyther
parent 1d53544f1c
commit b236aa77a0
1 changed files with 2 additions and 0 deletions

View File

@ -167,4 +167,6 @@ int main(int argc, char **argv)
#endif
}
return EXIT_SUCCESS;
}