diff options
author | Ondrej Filip <feela@network.cz> | 2014-11-04 18:11:59 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2014-11-04 18:11:59 +0100 |
commit | dd5ef279bce002b9942ea437ef80ce3443bbe1dc (patch) | |
tree | 51dab18f18ffd25dc5ab5249f56befeed1665751 | |
parent | d148d0af363cdac7783c4bf79527669cdd5ddf4a (diff) |
Small typo fixed.
-rw-r--r-- | proto/ospf/ospf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 45dd7056..d7b3d57a 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -319,13 +319,13 @@ struct immsb u8 i:1; u8 padding:5; #endif -}__attribute__((packed));; +}__attribute__((packed)); union imms { u8 byte; struct immsb bit; -}__attribute__((packed));; +}__attribute__((packed)); #define DBDES_MS 1 #define DBDES_M 2 #define DBDES_I 4 |