diff --git a/md5.c b/md5.c --- a/md5.c +++ b/md5.c @@ -16,5 +16,6 @@ } md5recursive (argv[1], 1); + return EXIT_SUCCESS; }