Use return instead of exit () in gentrigtables.c
This commit is contained in:
parent
a9c12f8533
commit
8f41eb5582
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ main ()
|
||||||
TAB(sin);
|
TAB(sin);
|
||||||
TAB(cos);
|
TAB(cos);
|
||||||
|
|
||||||
exit (0);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue