From a75ccb6fbc529d2fee00f9b456ca7c0c830548ee Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Mon, 27 Mar 2017 20:32:36 +0100 Subject: v0.1.3 --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.c') diff --git a/src/parser.c b/src/parser.c index a41fc5c06..fbedb3855 100644 --- a/src/parser.c +++ b/src/parser.c @@ -3366,7 +3366,7 @@ AstNode *parse_stmt(AstFile *f) { _SET_LABEL(MatchStmt, label); _SET_LABEL(TypeMatchStmt, label); default: - syntax_error(token, "#label may only be applied to a loop"); + syntax_error(token, "#label cannot only be applied to a loop or match statement"); break; } #undef _SET_LABEL -- cgit v1.2.3