aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/template-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template-parser.c b/src/template-parser.c
index a91182f..42fc5e2 100644
--- a/src/template-parser.c
+++ b/src/template-parser.c
@@ -271,7 +271,7 @@ blogc_template_parse(const char *src, size_t src_len, blogc_error_t **err)
}
*err = blogc_error_parser(BLOGC_ERROR_TEMPLATE_PARSER, src,
src_len, current,
- "Invalid statement syntax. Must end with '%}'.");
+ "Invalid statement syntax. Must end with '%%}'.");
break;
case TEMPLATE_VARIABLE_START: