Use consistent naming for OOM
All checks were successful
CI / build-and-analyze (push) Successful in 1m12s

This commit is contained in:
2026-08-09 08:55:08 +03:00
parent 2811068c9c
commit f8f90f94dc
5 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ enum CgeNetCode {
CGE_NET_EOK,
CGE_NET_EUNKNOWN,
CGE_NET_EINVAL,
CGE_NET_ENOMEM,
CGE_NET_EOOM,
CGE_NET_EADDRINUSE,
CGE_NET_EADDRNOTAVAIL,
CGE_NET_ECONNREFUSED,