aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 3f92a0e0bfb..9a3121a3391 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4836,6 +4836,10 @@ sweep_weak_table (h, remove_entries_p)
4836 4836
4837 h->count = make_number (XFASTINT (h->count) - 1); 4837 h->count = make_number (XFASTINT (h->count) - 1);
4838 } 4838 }
4839 else
4840 {
4841 prev = idx;
4842 }
4839 } 4843 }
4840 else 4844 else
4841 { 4845 {