mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Utilities: Use default execpromises parameter to pledge(..)
This commit is contained in:
committed by
Brian Gianforcaro
parent
4d0317ae7a
commit
af3751e4dd
@@ -10,7 +10,7 @@
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio", nullptr));
|
||||
TRY(Core::System::pledge("stdio"));
|
||||
printf("\033[3J\033[H\033[2J");
|
||||
fflush(stdout);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user