diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/typedefs.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/typedefs.h b/include/typedefs.h index c10482c..e221978 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -13,7 +13,6 @@ typedef int32_t i32;  typedef int64_t i64;  typedef union { -  u8 a[4];    u32 d;  } ipv4_t;  |