mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
fix files
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
void secure_write(int fd, char *str, int len)
|
||||
{
|
||||
if (write(fd, str, len) < 0)
|
||||
exit ( EXIT_FAILURE );
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user