Fix naming
CI / build-and-analyze (push) Successful in 49s

This commit is contained in:
2026-09-22 18:38:52 +03:00
parent 36b6a17924
commit 82aca855db
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ static int ensureCapacity(CgeNetPoll *poll) {
return 1;
}
int CgeNetPollAdd(CgeNetPoll *poll, CgeNetSocket *socket,
CgeNetCallback callback, int events) {
int CgeNetPollAdd(CgeNetPoll *poll, CgeNetSocket *socket, CgeNetCb callback,
int events) {
assert(poll != NULL);
assert(socket != NULL);
assert(socket->handle != -1);