summary refs log tree commit diff stats
path: root/compiler/msgs.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-15 22:35:16 +0100
committerAraq <rumpf_a@web.de>2012-12-15 22:35:16 +0100
commita22c1f444fa76cc06fee1ae31c79986e9c3b459f (patch)
tree2226d8cc4813b7b38988d14309ff603c60ff19c2 /compiler/msgs.nim
parentc98696d7428346b53c8998bf8fab77fe08830e2e (diff)
downloadNim-a22c1f444fa76cc06fee1ae31c79986e9c3b459f.tar.gz
fixes #271
Diffstat (limited to 'compiler/msgs.nim')
-rwxr-xr-xcompiler/msgs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim
index 0f795c07d..240115817 100755
--- a/compiler/msgs.nim
+++ b/compiler/msgs.nim
@@ -132,7 +132,7 @@ const
     errNumberOutOfRange: "number $1 out of valid range", 
     errNnotAllowedInCharacter: "\\n not allowed in character literal", 
     errClosingBracketExpected: "closing ']' expected, but end of file reached", 
-    errMissingFinalQuote: "missing final \'", 
+    errMissingFinalQuote: "missing final \' for character literal", 
     errIdentifierExpected: "identifier expected, but found \'$1\'", 
     errNewlineExpected: "newline expected, but found \'$1\'",
     errInvalidModuleName: "invalid module name: '$1'",