]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Small typo fixed.
authorOndrej Filip <feela@network.cz>
Tue, 4 Nov 2014 17:11:59 +0000 (18:11 +0100)
committerOndrej Filip <feela@network.cz>
Tue, 4 Nov 2014 17:11:59 +0000 (18:11 +0100)
proto/ospf/ospf.h

index 45dd70561b9a074355a6304d163e69fcdd6e2921..d7b3d57acb296d63a1c5ef1af721d1e4c636f341 100644 (file)
@@ -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