changeset 509:baa7c4c0be78

Fixed formatting string bug, thanks Deewiant.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 12 Dec 2007 22:17:20 +0200
parents 943ecc9c133a
children dd3ce87b3569
files trunk/src/dil/Parser.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/dil/Parser.d	Wed Dec 12 03:25:07 2007 +0100
+++ b/trunk/src/dil/Parser.d	Wed Dec 12 22:17:20 2007 +0200
@@ -4440,7 +4440,7 @@
   static:
     auto ExpectedIdAfterTypeDot = "expected identifier after '(Type).', not '{}'";
     auto ExpectedModuleIdentifier = "expected module identifier, not '{}'";
-    auto IllegalDeclaration = "illegal Declaration found: {}";
+    auto IllegalDeclaration = "illegal Declaration found: ";
     auto ExpectedFunctionName = "expected function name, not '{}'";
     auto ExpectedVariableName = "expected variable name, not '{}'";
     auto ExpectedFunctionBody = "expected function body, not '{}'";