(extend_range_table_work_area): Fix typo.
This commit is contained in:
parent
ae494f66e7
commit
4aea1d4bd7
1 changed files with 1 additions and 1 deletions
|
@ -2070,7 +2070,7 @@ extend_range_table_work_area (work_area)
|
|||
= (int *) xrealloc (work_area->table, work_area->allocated);
|
||||
else
|
||||
work_area->table
|
||||
= (int *) xalloc (work_area->allocated);
|
||||
= (int *) xmalloc (work_area->allocated);
|
||||
}
|
||||
|
||||
#ifdef emacs
|
||||
|
|
Loading…
Add table
Reference in a new issue