diff parser-mecmd.c @ 10595:522afd56703c

100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
author alex
date Wed, 13 Aug 2003 16:45:02 +0000
parents 57bdcdb061d7
children bef9d6dc2333
line wrap: on
line diff
--- a/parser-mecmd.c	Wed Aug 13 16:29:32 2003 +0000
+++ b/parser-mecmd.c	Wed Aug 13 16:45:02 2003 +0000
@@ -86,7 +86,7 @@
 	mp_msg(MSGT_CFGPARSER, MSGL_DBG3, "this_opt = option: %s\n", opt);
 	mp_opt = m_config_get_option(config,opt);
 	if(!mp_opt) {
-	  tmp = M_OPT_UNKNOW;
+	  tmp = M_OPT_UNKNOWN;
 	  mp_msg(MSGT_CFGPARSER, MSGL_ERR, "%s is not an MEncoder option\n",opt);
 	  goto err_out;
 	}