diff parser-mpcmd.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 14bdbd687113
line wrap: on
line diff
--- a/parser-mpcmd.c	Wed Aug 13 16:29:32 2003 +0000
+++ b/parser-mpcmd.c	Wed Aug 13 16:45:02 2003 +0000
@@ -179,7 +179,7 @@
 		}
 	      }
 	    } else {
-	      tmp = M_OPT_UNKNOW;
+	      tmp = M_OPT_UNKNOWN;
 	      mp_msg(MSGT_CFGPARSER, MSGL_ERR, "Unknown option on the command line: %s\n",opt);
 	    }
 	  }