aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index c5c3fec3813..c5e4b6a6423 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -919,7 +919,7 @@ xzalloc (size_t size)
919 return val; 919 return val;
920} 920}
921 921
922/* Like realloc but check for no memory and block interrupt input.. */ 922/* Like realloc but check for no memory and block interrupt input. */
923 923
924void * 924void *
925xrealloc (void *block, size_t size) 925xrealloc (void *block, size_t size)