about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
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'