chiark / gitweb /
tidying and docs
[disorder] / disobedience / choose.c
index 24aa9f69325ff5d84d687ba8adc2fc9859b9f9b1..f13362ae59ec487f081657cf667185ff1e7122cb 100644 (file)
@@ -48,7 +48,8 @@ struct displaydata {
 };
 
 /* instantiate the node vector type */
-VECTOR_TYPE(nodevector, struct choosenode *, xrealloc)
+
+VECTOR_TYPE(nodevector, struct choosenode *, xrealloc);
 
 struct choosenode {
   struct choosenode *parent;            /* parent node */