fix files

This commit is contained in:
Maoake Teriierooiterai
2026-01-08 18:44:50 +01:00
parent a405d7dad5
commit 00e01ed1f9
8 changed files with 30 additions and 28 deletions

View File

@@ -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);
}