summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 15fef2fe1b..067971f2dd 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -892,6 +892,7 @@ static void exit_sighandler(int x){
if(sig_count<=1)
switch(x){
case SIGINT:
+ case SIGPIPE:
case SIGQUIT:
case SIGTERM:
case SIGKILL: