summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_config.h b/m_config.h
index 709ac6cdf5..78d72aa8b0 100644
--- a/m_config.h
+++ b/m_config.h
@@ -71,7 +71,7 @@ struct config {
void *p;
struct m_option_type* type;
unsigned int flags;
- float min,max;
+ double min,max;
void* priv;
};