aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 412256b916e..c6181bd2710 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -148,7 +148,7 @@ quote_file_name (name)
148 148
149/* Like malloc but get fatal error if memory is exhausted. */ 149/* Like malloc but get fatal error if memory is exhausted. */
150 150
151char * 151long *
152xmalloc (size) 152xmalloc (size)
153 unsigned int size; 153 unsigned int size;
154{ 154{