X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Ftext.h;h=ef80ce3e4777e635b9fca42380ac644a896b9d05;hb=f48bc732c2d473f25e9719d9ee72717593c12ae8;hp=5697e2ee5e974c3c7a98d56dffcb4bd3acd09325;hpb=b71186f8561da24e7df1ed1c5bcf8a0f758e8bbf;p=babeltrace.git diff --git a/plugins/text/text.h b/plugins/text/text.h index 5697e2ee..ef80ce3e 100644 --- a/plugins/text/text.h +++ b/plugins/text/text.h @@ -69,7 +69,7 @@ struct text_options { struct text_component { struct text_options options; FILE *out, *err; - bool processed_first_event; + bool processed_first_event; /* Should be per-iterator. */ int depth; /* nesting, used for tabulation alignment. */ bool start_line; GString *string;