From b7e2f52fbaa3028448e89bde8692fe45b7492a2c Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 14 Feb 2002 22:03:42 +0000 Subject: ehh git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4704 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index f8973d06ce..af2fba7391 100644 --- a/mencoder.c +++ b/mencoder.c @@ -396,7 +396,7 @@ unsigned int timer_start; if(!parse_codec_cfg(get_path("codecs.conf"))){ if(!parse_codec_cfg(CONFDIR"/codecs.conf")){ mp_msg(MSGT_MENCODER,MSGL_HINT,MSGTR_CopyCodecsConf); - exit(0); + exit(1); } } -- cgit v1.2.3