X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Farray.c;h=8cfd0ae574fbba544990ea8b99cfa2bcee30db49;hp=e6a2aa6c127eedcca00c3df6a4cfb888a1e7edf0;hb=f66259163f060ada8d0fee348857c968e338ea40;hpb=ccd7e1c86f36342b0b06651cc52df86bb663c271 diff --git a/formats/ctf/types/array.c b/formats/ctf/types/array.c index e6a2aa6c..8cfd0ae5 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 declaration_array *array_declaration) { /* 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 declaration_array *array_declaration) { }