From: Ondrej Filip Date: Tue, 4 Nov 2014 17:11:59 +0000 (+0100) Subject: Small typo fixed. X-Git-Tag: v1.5.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5ef279bce002b9942ea437ef80ce3443bbe1dc;p=thirdparty%2Fbird.git Small typo fixed. --- diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 45dd70561..d7b3d57ac 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