fixed wrong fd number for stderr

This commit is contained in:
RaphGL
2026-04-09 21:04:48 -01:00
parent 33832e1f8e
commit f4590df071

View File

@@ -16,4 +16,4 @@ STDOUT_FILENO :: Fd(1)
/*
Standard error file descriptor
*/
STDERR_FILENO :: Fd(3)
STDERR_FILENO :: Fd(2)