aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/c.c')
-rw-r--r--c/c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/c.c b/c/c.c
index 6714cab..c7cfc50 100644
--- a/c/c.c
+++ b/c/c.c
@@ -4221,7 +4221,7 @@ docomp(struct comp *cm)
}
decl.isdef = st.varini;
if (st.funcdef) {
- const struct typedata *td = &typedata[decl.ty.dat];
+ const struct typedata *td = &typedata[decl.ty.dat];
struct function fn = { &cm->fnarena, decl.name, .globl = decl.scls != SCSTATIC };
fn.fnty = decl.ty;
if (td->ret.t != TYVOID && isincomplete(td->ret))