aboutsummaryrefslogtreecommitdiff
path: root/src/actualize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actualize.c')
-rw-r--r--src/actualize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actualize.c b/src/actualize.c
index ba5475e..aa5b398 100644
--- a/src/actualize.c
+++ b/src/actualize.c
@@ -2289,7 +2289,7 @@ static int actualize_dot(struct act_state *state,
if (!def) {
semantic_error(scope->fctx, node,
- "no such type");
+ "no such type");
return -1;
}
@@ -2305,7 +2305,7 @@ static int actualize_dot(struct act_state *state,
char *tstr = type_str(type);
semantic_error(scope->fctx, node,
"%s does not have have member",
- tstr);
+ tstr);
free(tstr);
return -1;
}