aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 050097c905a..66e62daf136 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3765,7 +3765,7 @@ queue_doomed_finalizers (struct Lisp_Finalizer *dest,
3765static Lisp_Object 3765static Lisp_Object
3766run_finalizer_handler (Lisp_Object args) 3766run_finalizer_handler (Lisp_Object args)
3767{ 3767{
3768 add_to_log ("finalizer failed: %S", args, Qnil); 3768 add_to_log ("finalizer failed: %S", args);
3769 return Qnil; 3769 return Qnil;
3770} 3770}
3771 3771