X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Ftext.h;h=9f1706e4f8bb088ed8794cc4f35050fe8604dfc8;hb=ebba3338a91f2b439a50d41f97e9fb4b76cbe29f;hp=5697e2ee5e974c3c7a98d56dffcb4bd3acd09325;hpb=3af83b5a0b18de8603239be8d7d50020d76c3d21;p=babeltrace.git diff --git a/plugins/text/text.h b/plugins/text/text.h index 5697e2ee..9f1706e4 100644 --- a/plugins/text/text.h +++ b/plugins/text/text.h @@ -29,7 +29,7 @@ #include #include -#include +#include enum text_default { TEXT_DEFAULT_UNSET, @@ -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;