Address Turbo C warnings
Same case as before, return from main() using return instead of exit(). Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
parent
0a94e7271c
commit
6b41034f2f
2
figlet.c
2
figlet.c
@ -2037,5 +2037,5 @@ char *argv[];
|
||||
if (outlinelen!=0) {
|
||||
printline();
|
||||
}
|
||||
exit(0);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user