diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-28 20:04:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-28 20:04:01 +0100 |
commit | 6619adc7a6d6a8442e01f0332eedd01d0d684101 (patch) | |
tree | 2429ad2304faf550591c4de100453b180d6f6456 /src/mds-kbdc/parse-error.c | |
parent | typo (diff) | |
download | mds-6619adc7a6d6a8442e01f0332eedd01d0d684101.tar.gz mds-6619adc7a6d6a8442e01f0332eedd01d0d684101.tar.bz2 mds-6619adc7a6d6a8442e01f0332eedd01d0d684101.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kbdc/parse-error.c')
-rw-r--r-- | src/mds-kbdc/parse-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/parse-error.c b/src/mds-kbdc/parse-error.c index dfaf116..d08ac38 100644 --- a/src/mds-kbdc/parse-error.c +++ b/src/mds-kbdc/parse-error.c @@ -71,7 +71,7 @@ void mds_kbdc_parse_error_print(const mds_kbdc_parse_error_t* restrict this, FIL } *dptr = '\0'; - /* Convert bytes count to character count for the code position */ + /* Convert bytes count to character count for the code position. */ for (i = 0, n = this->start; i < n; i++) if ((code[i] & 0xC0) != 0x80) start++; |