mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixes for clean compilation.
This commit is contained in:
@ -61,7 +61,7 @@ enum{
|
||||
EDERUN_FORK_FAILED = 65532,
|
||||
EDERUN_WAITPID_FAILED = 65531,
|
||||
EDERUN_EXECVE_FAILED = 65530,
|
||||
EDERUN_PTY_FAILED = 65529
|
||||
EDERUN_PTY_FAILED = 65529,
|
||||
EDERUN_USER_CANCELED = 65528
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user