about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-10-19 11:55:48 +0200
committerbptato <nincsnevem662@gmail.com>2022-10-19 11:55:48 +0200
commite0c1d414a196a0b064ff74e8290092e5dbd496be (patch)
treeec0e54700aeb65eee0f66e636be3cd8b1ea2cc68 /src/config
parent0c8ac29f4f99a67c3ceec0e25c04de4afc7e7cee (diff)
downloadchawan-e0c1d414a196a0b064ff74e8290092e5dbd496be.tar.gz
Make it compile...
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.nim2
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'