commit | a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 18:00:42 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 18:00:42 2023 +0000 |
tree | f22f9b6ea343ff0151b39b11da757ecd2c91fafc | |
parent | 40b4872966d3886e7ff86184ae4ffb58704bf075 [diff] [blame] |
patch 9.0.1285: various small problems Problem: Various small problems. Solution: Adjust white space and comments.
diff --git a/src/getchar.c b/src/getchar.c index 2d30d4f..2f0079d 100644 --- a/src/getchar.c +++ b/src/getchar.c
@@ -1662,7 +1662,7 @@ && c >= 0 && c <= 127) { c += 0x80; - *modifiers &= ~(MOD_MASK_META|MOD_MASK_ALT); + *modifiers &= ~(MOD_MASK_META | MOD_MASK_ALT); } return c; }