]> Creatis software - demoSorina.git/commitdiff
exit 0
authorSorina Pop <sorina.pop@creatis.insa-lyon.fr>
Tue, 22 Nov 2016 15:50:54 +0000 (16:50 +0100)
committerSorina Pop <sorina.pop@creatis.insa-lyon.fr>
Tue, 22 Nov 2016 15:50:54 +0000 (16:50 +0100)
hello.c

diff --git a/hello.c b/hello.c
index 870d77b91cf6cf6d1309291b8a54e668162530c3..14944549b83950d0a84b9b6d03a019e5b061ca43 100644 (file)
--- a/hello.c
+++ b/hello.c
@@ -23,5 +23,6 @@ int main(int argc, char *argv[]) {
                /* print some text */
        fclose(f);
         printf("This is the end of my C program\n");
+       exit(0);
 
 }