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
+1 -1
View File
@@ -19,7 +19,7 @@ struct CgeNetSocket {
struct PollData {
CgeNetSocket *socket;
CgeNetCallback callback;
CgeNetCb callback;
int events;
};