Fix typo on commit 9857b67377

This commit is contained in:
TomAwezome 2021-12-28 22:54:14 -05:00 committed by GitHub
parent 9857b67377
commit ea77c2c920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,6 @@ U0 ICMPInit()
MemSet(&icmp_reply, 0, sizeof(CICMPHeader)); MemSet(&icmp_reply, 0, sizeof(CICMPHeader));
} }
NetQueueInit;
U16 ICMPChecksum(U8 *buf, I64 size) U16 ICMPChecksum(U8 *buf, I64 size)
{ {
U64 i, sum = 0; U64 i, sum = 0;
@ -154,4 +152,4 @@ I64 ICMPHandler(CIPV4Packet *packet)
return 0; return 0;
} }
ICMPInit; ICMPInit;