1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

finalize_comp_unit: fix typo

This commit is contained in:
Gerd Möllmann 2024-04-30 20:34:27 +02:00
parent 060ed640af
commit fcc4141cd3

View file

@ -2286,7 +2286,7 @@ finalize_comp_unit (struct Lisp_Native_Comp_Unit *u)
unload_comp_unit (u);
u->data_eph_relocs = NULL;
u->data_imp_relocs = NULL;
u->data_imp_relocs = NULL;
u->data_relocs = NULL;
}
static void