Skip to content

Commit

Permalink
1000l, thanks Pierre
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10591 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
alex committed Aug 13, 2003
1 parent afbfa3b commit b129045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct m_option {
void *p;
m_option_type_t* type;
unsigned int flags;
float min,max;
double min,max;
// This used to be function pointer to hold a 'reverse to defaults' func.
// Nom it can be used to pass any type of extra args.
// Passing a 'default func' is still valid for all func based option types
Expand Down

0 comments on commit b129045

Please sign in to comment.