From 1c4586e8f952e212cfe77281ffb2ade664c8c127 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Aug 2003 16:45:02 +0000 Subject: 100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10596 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.h') diff --git a/m_option.h b/m_option.h index 30f912eafb..ae386c0195 100644 --- a/m_option.h +++ b/m_option.h @@ -207,7 +207,7 @@ struct m_option { #define M_COMMAND_LINE 1 // Option parser error code -#define M_OPT_UNKNOW -1 +#define M_OPT_UNKNOWN -1 #define M_OPT_MISSING_PARAM -2 #define M_OPT_INVALID -3 #define M_OPT_OUT_OF_RANGE -4 -- cgit v1.2.3