summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index a5a7bdc..20254e9 100644
--- a/src/config.h
+++ b/src/config.h
@@ -42,7 +42,7 @@ mq_config_get_boolean(MqConfig *config, const gchar *name);
gint
mq_config_get_integer(MqConfig *config, const gchar *name);
-gboolean
+gdouble
mq_config_get_double(MqConfig *config, const gchar *name);
void