Skip to content

Commit 4ac45e7

Browse files
vchuravyfingolfin
andauthored
Update src/datatype.c
Co-authored-by: Max Horn <max@quendi.de>
1 parent 5a53485 commit 4ac45e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datatype.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ JL_DLLEXPORT int jl_reinit_foreign_type(jl_datatype_t *dt,
831831
jl_sweepfunc_t sweepfunc)
832832
{
833833
if (!jl_is_foreign_type(dt))
834-
return 0;
834+
return 0;
835835
const jl_datatype_layout_t *layout = dt->layout;
836836
jl_fielddescdyn_t * desc =
837837
(jl_fielddescdyn_t *) ((char *)layout + sizeof(*layout));

0 commit comments

Comments
 (0)