status: Return 0
1 files changed, 1 insertions(+), 0 deletions(-) M txt2asc.c
M txt2asc.c => txt2asc.c +1 -0
@@ 82,4 82,5 @@ int main(int argc, char **argv) { fclose(f); } printf("\n# End #\n"); + return 0; }