]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added missing semicolon.
authorMartin Mares <mj@ucw.cz>
Thu, 16 Dec 1999 13:14:32 +0000 (13:14 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 16 Dec 1999 13:14:32 +0000 (13:14 +0000)
rip.h compiles in IPv6 mode, rip.c still doesn't.

proto/rip/rip.h

index 7d9cadfa7bdb8a70de718c638db9e9252ed4a0fc..62c81210fd3426d7b11882c187a265f4cbd70859 100644 (file)
@@ -55,7 +55,7 @@ struct rip_block { /* IPv6 version! */
   ip_addr network;
   u16 tag;
   u8 pxlen;
-  u8 metric
+  u8 metric;
 };
 #endif