diff --git a/lotto.c b/lotto.c --- a/lotto.c +++ b/lotto.c @@ -248,5 +248,5 @@ free (values); free (numbers); - return 0; + return EXIT_SUCCESS; }