[lttng-dev] [PATCH babeltrace] Fix: Remove extra quote after an include directive

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Wed May 15 12:50:30 EDT 2013


in which tree did you find this ?

* Jérémie Galarneau (jeremie.galarneau at efficios.com) wrote:
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau at efficios.com>
> ---
>  formats/ctf/ctf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c
> index b27f2ec..bb94e52 100644
> --- a/formats/ctf/ctf.c
> +++ b/formats/ctf/ctf.c
> @@ -51,7 +51,7 @@
>  #include "metadata/ctf-parser.h"
>  #include "metadata/ctf-ast.h"
>  #include "events-private.h"
> -#include <babeltrace/compat/memstream.h>"
> +#include <babeltrace/compat/memstream.h>
>  
>  #define LOG2_CHAR_BIT	3
>  
> -- 
> 1.8.2.2
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list