aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index d7ebd556f00..8111487ace2 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1962,7 +1962,6 @@ allocate_string (void)
1962 /* SIZE and SIZE_BYTE fields will be initialized 1962 /* SIZE and SIZE_BYTE fields will be initialized
1963 by calling allocate_string_data. */ 1963 by calling allocate_string_data. */
1964 s->intervals = NULL_INTERVAL; 1964 s->intervals = NULL_INTERVAL;
1965 s->data = NULL;
1966 1965
1967 --total_free_strings; 1966 --total_free_strings;
1968 ++total_strings; 1967 ++total_strings;