From da576c6f803c890fadbae20cff88e82a83100c2c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Sep 2014 00:53:35 +0200 Subject: missed to include LF at end of comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-kbdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mds-kbdc.c b/src/mds-kbdc.c index eae5348..84c4861 100644 --- a/src/mds-kbdc.c +++ b/src/mds-kbdc.c @@ -118,7 +118,7 @@ static size_t remove_comments(char* restrict content, size_t size) char c = content[o_ptr++]; if (comment) { - if (c == '\n') comment = 0; + if (c == '\n') t, comment = 0; } else if (escape) t, escape = 0; else if (quote) -- cgit v1.2.3-70-g09d2