diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 3554aa2f9cb..c4d95c6074f 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -419,7 +419,7 @@ status_message (status) | |||
| 419 | signame = "unknown"; | 419 | signame = "unknown"; |
| 420 | string = build_string (signame); | 420 | string = build_string (signame); |
| 421 | string2 = build_string (coredump ? " (core dumped)\n" : "\n"); | 421 | string2 = build_string (coredump ? " (core dumped)\n" : "\n"); |
| 422 | SREF (string, 0) = DOWNCASE (SREF (string, 0)); | 422 | SSET (string, 0, DOWNCASE (SREF (string, 0))); |
| 423 | return concat2 (string, string2); | 423 | return concat2 (string, string2); |
| 424 | } | 424 | } |
| 425 | else if (EQ (symbol, Qexit)) | 425 | else if (EQ (symbol, Qexit)) |