From 68ef79528cd8154154c4760483fee45e9f349a53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 15 May 2013 21:03:58 +0200 Subject: [PATCH] Fix: Remove extra quote after an include directive MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers --- 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 b27f2ec8..bb94e527 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 " +#include #define LOG2_CHAR_BIT 3 -- 2.34.1