aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/parse-error.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-28 20:04:01 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-28 20:04:01 +0100
commit6619adc7a6d6a8442e01f0332eedd01d0d684101 (patch)
tree2429ad2304faf550591c4de100453b180d6f6456 /src/mds-kbdc/parse-error.c
parenttypo (diff)
downloadmds-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.c2
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++;