aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index bfa790b963a..9f0447eb5aa 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -3990,7 +3990,7 @@ dump_do_fixup (struct dump_context *ctx,
3990 Lisp_Object arg = dump_pop (&fixup); 3990 Lisp_Object arg = dump_pop (&fixup);
3991 eassert (NILP (fixup)); 3991 eassert (NILP (fixup));
3992 dump_seek (ctx, dump_fixup_offset); 3992 dump_seek (ctx, dump_fixup_offset);
3993 intptr_t dump_value UNINIT; 3993 intptr_t dump_value;
3994 bool do_write = true; 3994 bool do_write = true;
3995 switch (type) 3995 switch (type)
3996 { 3996 {