Fixed pedantic syntax error (trailing semicolon in enum).

This commit is contained in:
Bruce Evans 2001-10-04 07:51:42 +00:00
parent 87bc118cfc
commit 4c6bb41ef2

View File

@ -78,7 +78,7 @@
/* Netgraph control messages */
enum {
NGM_GIF_GET_IFNAME = 1, /* get the interface name */
NGM_GIF_GET_IFINDEX, /* get the interface global index # */
NGM_GIF_GET_IFINDEX /* get the interface global index # */
};
#endif /* _NETGRAPH_NG_GIF_H_ */