summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 07a6440..932ef25 100644
--- a/src/util.c
+++ b/src/util.c
@@ -368,7 +368,7 @@ void trg_widget_set_visible(GtkWidget * w, gboolean visible) {
gtk_widget_hide(w);
}
-gdouble json_int_or_double_to_double(JsonNode *n)
+gdouble json_double_to_progress(JsonNode *n)
{
GValue a = { 0 };
json_node_get_value(n, &a);