Added missing semicolon.

rip.h compiles in IPv6 mode, rip.c still doesn't.
This commit is contained in:
Martin Mares 1999-12-16 13:14:32 +00:00
parent a2867cd957
commit 3f996d46df

View file

@ -55,7 +55,7 @@ struct rip_block { /* IPv6 version! */
ip_addr network;
u16 tag;
u8 pxlen;
u8 metric
u8 metric;
};
#endif