[lttng-dev] [PATCH babeltrace] Fix: Remove extra quote after an include directive
Jérémie Galarneau
jeremie.galarneau at efficios.com
Wed May 15 12:39:15 EDT 2013
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
More information about the lttng-dev
mailing list