Update AUTHORS
[sliver-openvswitch.git] / ofproto / ofproto.c
index f67e1fb..6d625c2 100644 (file)
@@ -451,7 +451,7 @@ ofproto_enumerate_names(const char *type, struct sset *names)
 {
     const struct ofproto_class *class = ofproto_class_find__(type);
     return class ? class->enumerate_names(type, names) : EAFNOSUPPORT;
- }
+}
 
 int
 ofproto_create(const char *datapath_name, const char *datapath_type,