summaryrefslogtreecommitdiff
path: root/ccl.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-02-06 21:04:56 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-02-06 21:04:56 +0000
commit4c0f0933248d0ea882b82d4514c5649359f22b77 (patch)
treefc429ce453188c9271b684c714c4d022243064ef /ccl.c
parentf92b812885c94d889664505b6091d486c0bfe872 (diff)
reallocate_character_array -> reallocate_Character_array
Diffstat (limited to 'ccl.c')
-rw-r--r--ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccl.c b/ccl.c
index 45714b5..f17fa1b 100644
--- a/ccl.c
+++ b/ccl.c
@@ -65,7 +65,7 @@ int ch;
++num_reallocs;
- ccltbl = reallocate_character_array( ccltbl, current_max_ccl_tbl_size );
+ ccltbl = reallocate_Character_array( ccltbl, current_max_ccl_tbl_size );
}
ccllen[cclp] = len + 1;