; * src/alloc.c (xrealloc): Fix typo.
This commit is contained in:
parent
1a4df31ddd
commit
ca02e8c00c
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ xzalloc (size_t size)
|
|||
return val;
|
||||
}
|
||||
|
||||
/* Like realloc but check for no memory and block interrupt input.. */
|
||||
/* Like realloc but check for no memory and block interrupt input. */
|
||||
|
||||
void *
|
||||
xrealloc (void *block, size_t size)
|
||||
|
|
Loading…
Add table
Reference in a new issue