diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/raw-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/raw-data.c b/src/mds-kbdc/raw-data.c index 270fdd6..69b6b64 100644 --- a/src/mds-kbdc/raw-data.c +++ b/src/mds-kbdc/raw-data.c @@ -159,7 +159,7 @@ static size_t remove_comments(char* restrict content, size_t size) else if (escape) t, escape = 0; else if (quote) { - t + t; if (c == '\\') escape = 1; else if (c == '"') quote = 0; } |