mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
vendor: ENet: follow strict-style and remove optional semi-colon
This commit is contained in:
Vendored
+1
-1
@@ -14,7 +14,7 @@ import "core:c"
|
|||||||
|
|
||||||
@(private="file") FD_ZERO :: #force_inline proc(s: ^fd_set) {
|
@(private="file") FD_ZERO :: #force_inline proc(s: ^fd_set) {
|
||||||
for i := size_of(fd_set) / size_of(c.long); i != 0; i -= 1 {
|
for i := size_of(fd_set) / size_of(c.long); i != 0; i -= 1 {
|
||||||
s.fds_bits[i] = 0;
|
s.fds_bits[i] = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user