From: Ivan Maidanski Date: Thu, 8 Feb 2018 08:45:57 +0000 (+0300) Subject: Fix arguments delimiter in pcr_interface.c (PCR) X-Git-Tag: v8.0.0~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7dca5b8475465834fc5fa953b3ce5e1fe5cd748;p=gc Fix arguments delimiter in pcr_interface.c (PCR) * extra/pcr_interface.c (GC_enumerate_block): Replace ';' with ',' in the arguments list. --- diff --git a/extra/pcr_interface.c b/extra/pcr_interface.c index b0256410..8756cf13 100644 --- a/extra/pcr_interface.c +++ b/extra/pcr_interface.c @@ -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;