X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Ffloat.c;h=a4946f910eade757b0410e9bad358fca8ef6370f;hp=a9254800ff4d74a5513f30550adefcf67d286b59;hb=0d69b916c5ba44b63a26aa038d416d6ee286306b;hpb=37b99bdba8478569634dd5ceecea50d1e9f9ac0a diff --git a/formats/ctf-text/types/float.c b/formats/ctf-text/types/float.c index a9254800..a4946f91 100644 --- a/formats/ctf-text/types/float.c +++ b/formats/ctf-text/types/float.c @@ -31,7 +31,7 @@ #include #include -int ctf_text_float_write(struct bt_stream_pos *ppos, struct definition *definition) +int ctf_text_float_write(struct bt_stream_pos *ppos, struct bt_definition *definition) { struct definition_float *float_definition = container_of(definition, struct definition_float, p);