From 7c47b5b9584f5011aeba18d7e1b26b3d3124825f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 14:38:48 -0500 Subject: Import Upstream version 0.5.1 --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 924b9b45..266ce4eb 100644 --- a/util.c +++ b/util.c @@ -1127,7 +1127,7 @@ gint h_sysfs_read_int(gchar *endpoint, gchar *entry) { gchar *tmp, *buffer; - gint return_value = 0.0f; + gint return_value = 0; tmp = g_build_filename(endpoint, entry, NULL); if (g_file_get_contents(tmp, &buffer, NULL, NULL)) -- cgit v1.2.3