aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 864aba496eb..0807939dd25 100644
--- a/src/process.c
+++ b/src/process.c
@@ -638,7 +638,7 @@ status_message (struct Lisp_Process *p)
638 { 638 {
639 string = Fnumber_to_string (make_number (code)); 639 string = Fnumber_to_string (make_number (code));
640 string2 = build_local_string ("\n"); 640 string2 = build_local_string ("\n");
641 return concat3 (build_string ("failed with code "), 641 return concat3 (build_local_string ("failed with code "),
642 string, string2); 642 string, string2);
643 } 643 }
644 else 644 else