aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-kbdc.c2
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)