diff options
author | bptato <nincsnevem662@gmail.com> | 2022-10-19 11:55:48 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-10-19 11:55:48 +0200 |
commit | e0c1d414a196a0b064ff74e8290092e5dbd496be (patch) | |
tree | ec0e54700aeb65eee0f66e636be3cd8b1ea2cc68 /src/config | |
parent | 0c8ac29f4f99a67c3ceec0e25c04de4afc7e7cee (diff) | |
download | chawan-e0c1d414a196a0b064ff74e8290092e5dbd496be.tar.gz |
Make it compile...
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.nim b/src/config/config.nim index 29d862fd..10e097bd 100644 --- a/src/config/config.nim +++ b/src/config/config.nim @@ -82,7 +82,7 @@ func getRealKey(key: string): string = if control == 2: realk &= getControlChar(c) control = 0 - else + else: realk &= c if control == 1: realk &= 'C' |