summaryrefslogtreecommitdiff
path: root/appl/lib
diff options
context:
space:
mode:
Diffstat (limited to 'appl/lib')
-rw-r--r--appl/lib/cfg.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/cfg.b b/appl/lib/cfg.b
index 49e60262..5350f669 100644
--- a/appl/lib/cfg.b
+++ b/appl/lib/cfg.b
@@ -80,7 +80,7 @@ loop:
continue;
'#' =>
break loop;
- ' ' or '\t' or '\n' =>
+ ' ' or '\t' or '\n' or '\r' =>
if (word == nil)
continue;
if (lastword != nil) {