diff parser-mpcmd.c @ 18209:8692be1df74b

Small fix, incorrect MSGL at fatal error
author reynaldo
date Sat, 22 Apr 2006 21:30:34 +0000
parents 280f93388ac3
children 1a14fde7680d
line wrap: on
line diff
--- a/parser-mpcmd.c	Sat Apr 22 19:34:49 2006 +0000
+++ b/parser-mpcmd.c	Sat Apr 22 21:30:34 2006 +0000
@@ -199,7 +199,7 @@
 	  tmp = M_OPT_EXIT - tmp;
 	} else
 	if (tmp < 0) {
-	  mp_msg(MSGT_CFGPARSER, MSGL_ERR, "Error parsing option on the command line: -%s\n",opt);
+	  mp_msg(MSGT_CFGPARSER, MSGL_FATAL, "Error parsing option on the command line: -%s\n",opt);
 	  goto err_out;
 	}
 	i += tmp;