diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 4eb83824b83..ecb03ea9db2 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -631,7 +631,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 631 | fd_error = fd_error_volatile; | 631 | fd_error = fd_error_volatile; |
| 632 | fd_output = fd_output_volatile; | 632 | fd_output = fd_output_volatile; |
| 633 | output_to_buffer = output_to_buffer_volatile; | 633 | output_to_buffer = output_to_buffer_volatile; |
| 634 | sa_must_free_volatile = sa_must_free; | 634 | sa_must_free = sa_must_free_volatile; |
| 635 | sa_count = sa_count_volatile; | 635 | sa_count = sa_count_volatile; |
| 636 | new_argv = new_argv_volatile; | 636 | new_argv = new_argv_volatile; |
| 637 | } | 637 | } |