aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorDmitry Antipov2012-06-27 15:25:56 +0400
committerDmitry Antipov2012-06-27 15:25:56 +0400
commit43184b7b885b57316e6788fa122465498759707f (patch)
tree458c2eb25dbfead1db537d2f51478cb82d9c2d72 /src/alloc.c
parent3fe6dd74d02291b80a35fcc45df2cef91a8dac9f (diff)
downloademacs-43184b7b885b57316e6788fa122465498759707f.tar.gz
emacs-43184b7b885b57316e6788fa122465498759707f.zip
* alloc.c (allocate_string): Fix last change.
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;