diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
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 | ||
| 151 | char * | 151 | long * |
| 152 | xmalloc (size) | 152 | xmalloc (size) |
| 153 | unsigned int size; | 153 | unsigned int size; |
| 154 | { | 154 | { |