summaryrefslogtreecommitdiffstats
path: root/libvo/vo_aa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_aa.c')
-rw-r--r--libvo/vo_aa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index f9c700a058..9d42123488 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -666,7 +666,7 @@ vo_aa_parseoption(m_option_t * conf, char *opt, char *param){
return 1; /* all opt & params accepted */
}
- return M_OPT_UNKNOW;
+ return M_OPT_UNKNOWN;
}