diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-28 00:53:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-28 00:53:40 +0200 |
commit | da576c6f803c890fadbae20cff88e82a83100c2c (patch) | |
tree | da5d6c14b1d34a516c967cb35b1ab9d22a34c98c /src | |
parent | end if, not endif (diff) | |
download | mds-da576c6f803c890fadbae20cff88e82a83100c2c.tar.gz mds-da576c6f803c890fadbae20cff88e82a83100c2c.tar.bz2 mds-da576c6f803c890fadbae20cff88e82a83100c2c.tar.xz |
missed to include LF at end of comment
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |