trivial generate exit code
This commit is contained in:
parent
ffe17b51b4
commit
87210b5f4b
@ -29,6 +29,5 @@
|
||||
|
||||
extern int clear_main(int argc, char **argv)
|
||||
{
|
||||
printf("\033[H\033[J");
|
||||
return EXIT_SUCCESS;
|
||||
return printf("\033[H\033[J") != 6;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user