projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4df31
)
; * src/alloc.c (xrealloc): Fix typo.
author
Philipp Stephani
<phst@google.com>
Fri, 19 Apr 2019 23:49:41 +0000
(
01:49
+0200)
committer
Philipp Stephani
<phst@google.com>
Fri, 19 Apr 2019 23:51:58 +0000
(
01:51
+0200)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index c5c3fec3813ba5b5c26b55e340e939bc6ac520b1..c5e4b6a6423e1eaabba46429a5d931875585f39e 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-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)