X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.c;fp=src%2Ftypes%2Freturn_exp.c;h=375f096982568e151fe0b744a9c0ed7df84905fa;hp=78e1aa56e96e5ea0f990fa80d0ce391cd8c844af;hb=47dd00ab6df0a093b13d4f573ba01c79a6bcc72f;hpb=2fa436074ca9a5e87f39b696de832fa2188fcfc6 diff --git a/src/types/return_exp.c b/src/types/return_exp.c index 78e1aa5..375f096 100644 --- a/src/types/return_exp.c +++ b/src/types/return_exp.c @@ -106,7 +106,7 @@ static inline bool psi_return_exp_validate_decl_args(struct psi_data *data, if (exp->args) { if (psi_plist_count(exp->args) != psi_plist_count(impl->decl->args)) { data->error(data, exp->token, PSI_WARNING, - "Argument count of return statement of implementation '%s'" + "Argument count of return statement of implementation '%s' " "does not match argument count of declaration '%s'", impl->func->name->val, impl->decl->func->var->name->val); return false;