diff --git a/floating.c b/floating.c --- a/floating.c +++ b/floating.c @@ -34,5 +34,6 @@ if (values != NULL) free (values); + return EXIT_SUCCESS; }