aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 0ac88f80805..8670308ba08 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10323,7 +10323,7 @@ interrupt_signal (signalnum) /* If we don't have an argument, */
10323 { 10323 {
10324 /* If there are no frames there, let's pretend that we are a 10324 /* If there are no frames there, let's pretend that we are a
10325 well-behaving UN*X program and quit. */ 10325 well-behaving UN*X program and quit. */
10326 fatal_error_signal (getpid (), SIGTERM); 10326 fatal_error_signal (SIGTERM);
10327 } 10327 }
10328 else 10328 else
10329 { 10329 {