Fix arguments delimiter in pcr_interface.c (PCR)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 8 Feb 2018 08:45:57 +0000 (11:45 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 8 Feb 2018 08:45:57 +0000 (11:45 +0300)
* extra/pcr_interface.c (GC_enumerate_block): Replace ';' with ',' in
the arguments list.

extra/pcr_interface.c

index b025641..8756cf1 100644 (file)
@@ -63,7 +63,7 @@ typedef struct {
   PCR_Any ed_client_data;
 } enumerate_data;
 
-void GC_enumerate_block(struct hblk *h; enumerate_data * ed)
+void GC_enumerate_block(struct hblk *h, enumerate_data * ed)
 {
     register hdr * hhdr;
     register size_t sz;