X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Farray.c;fp=formats%2Fctf%2Ftypes%2Farray.c;h=64d889e01d3867da6ed2820c61f8c79f060990b7;hp=e6a2aa6c127eedcca00c3df6a4cfb888a1e7edf0;hb=e19c3d69b39d2fa422ab54b5ec7192799f536680;hpb=6b71274a81b38da08261f2122597c540b02b7aee diff --git a/formats/ctf/types/array.c b/formats/ctf/types/array.c index e6a2aa6c..64d889e0 100644 --- a/formats/ctf/types/array.c +++ b/formats/ctf/types/array.c @@ -19,12 +19,12 @@ #include void ctf_array_begin(struct stream_pos *pos, - const struct type_class_array *array_class) + const struct type_array *array_type) { /* No need to align, because the first field will align itself. */ } void ctf_array_end(struct stream_pos *pos, - const struct type_class_array *array_class) + const struct type_array *array_type) { }