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 1ae6cdd153a..c0da91bf61b 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -860,7 +860,7 @@ allocate_vectorlike (len)
860 consing_since_gc += (sizeof (struct Lisp_Vector) 860 consing_since_gc += (sizeof (struct Lisp_Vector)
861 + (len - 1) * sizeof (Lisp_Object)); 861 + (len - 1) * sizeof (Lisp_Object));
862 vector_cells_consed += len; 862 vector_cells_consed += len;
863 n_vectors; 863 n_vectors++;
864 864
865 p->next = all_vectors; 865 p->next = all_vectors;
866 all_vectors = p; 866 all_vectors = p;