diff parser-cfg.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 e632b43f0598
line wrap: on
line diff
--- a/parser-cfg.c	Wed Aug 13 16:29:32 2003 +0000
+++ b/parser-cfg.c	Wed Aug 13 16:45:02 2003 +0000
@@ -187,7 +187,7 @@
 		tmp = m_config_set_option(config, opt, param);
 		if (tmp < 0) {
 			PRINT_LINENUM;
-			if(tmp == M_OPT_UNKNOW) {
+			if(tmp == M_OPT_UNKNOWN) {
 				mp_msg(MSGT_CFGPARSER,MSGL_WARN,"Warning unknown option %s at line %d\n", opt,line_num);
 				continue;
 			}