From 2080dc81b7d53e5830f570a2563da5c96cb63b11 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sun, 2 Feb 2020 22:29:23 +0100 Subject: Sensors: Added device sections --- modules/devices.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/devices.c') diff --git a/modules/devices.c b/modules/devices.c index 63cbaef4..31c1bdfc 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -750,8 +750,7 @@ gchar *callback_gpu() gchar *callback_sensors() { - return g_strdup_printf("[Sensors]\n" - "%s\n" + return g_strdup_printf("%s\n" "[$ShellParam$]\n" "ViewType=2\n" "LoadGraphSuffix=\n" -- cgit v1.2.3