diff --git a/numerierung.c b/numerierung.c --- a/numerierung.c +++ b/numerierung.c @@ -58,5 +58,6 @@ } fclose (f); + return EXIT_SUCCESS; }