X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Fdecl_struct.c;h=d17895a1beece66708fa212e5069140cfa123e91;hb=b1c7c64ca1d1d9dc79a59c0f612bd07e7a997a60;hp=44f8b4c007daf5cc4716b1087a389870f11d993a;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/decl_struct.c b/src/types/decl_struct.c index 44f8b4c..d17895a 100644 --- a/src/types/decl_struct.c +++ b/src/types/decl_struct.c @@ -60,7 +60,7 @@ void psi_decl_struct_dump(struct psi_dump *dump, struct psi_decl_struct *strct) PSI_DUMP(dump, "struct %s::(%zu, %zu)", strct->name->val, strct->align, strct->size); if (psi_plist_count(strct->args)) { - psi_decl_type_dump_args_with_layout(fd, strct->args, 0); + psi_decl_type_dump_args_with_layout(dump, strct->args, 0); } else { PSI_DUMP(dump, ";"); }