summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 672006bdd7..365668f755 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -586,7 +586,7 @@ static void exit_sighandler(int x){
#endif
}
mp_msg(MSGT_CPLAYER,MSGL_FATAL,"\n" MSGTR_IntBySignal,x,
- current_module?current_module:mp_gettext("unknown")
+ current_module?current_module:"unknown"
);
if (identify)
mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_SIGNAL=%d\n", x);