Minor: coding style cleanups...

This commit is contained in:
Simon Goldschmidt
2014-02-20 20:09:33 +01:00
parent d74464e091
commit a375ea4ee2
3 changed files with 36 additions and 32 deletions

View File

@@ -99,8 +99,8 @@ struct raw_pcb {
void *recv_arg;
#if LWIP_IPV6
/* fields for handling checksum computations as per RFC3542. */
u8_t chksum_reqd;
u16_t chksum_offset;
u8_t chksum_reqd;
#endif
};