diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 7d9cadfa..62c81210 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -55,7 +55,7 @@ struct rip_block { /* IPv6 version! */ ip_addr network; u16 tag; u8 pxlen; - u8 metric + u8 metric; }; #endif