[lttng-dev] [PATCH babeltrace] Fix: Remove extra quote after an include directive
Jérémie Galarneau
jeremie.galarneau at efficios.com
Wed May 15 13:01:01 EDT 2013
It was introduced here:
https://bugs.lttng.org/projects/babeltrace/repository/revisions/4cb26dfbd763c06d99bf1069e2d1f3a569858e32/diff
On Wed, May 15, 2013 at 12:50 PM, Mathieu Desnoyers
<mathieu.desnoyers at efficios.com> wrote:
> 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
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list