X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=src%2Fapc%2Fir.c;h=67a6aaf4f2cf62c3ffdfb73f82041f615141116c;hp=d31bc1a04be006f24409d0bc4e6293607d50b3fa;hb=34fce8bbbe19608d819991617f8551a1fa1f0e99;hpb=1214d43da1ccaea8d3c0d50a975a9f68eb634660 diff --git a/src/apc/ir.c b/src/apc/ir.c index d31bc1a..67a6aaf 100644 --- a/src/apc/ir.c +++ b/src/apc/ir.c @@ -98,7 +98,7 @@ push_cdat curr_cdatp->idx = num_cdats; /* Set the cdat as a subclass of the previous cdat */ - + (*cdat_stackp)->class_list[(*cdat_stackp)->num_classes] = curr_cdatp; /* Push the cdat onto the cdat_stack */ *++cdat_stackp = curr_cdatp;