diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2020-02-02 22:29:23 +0100 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-02-08 15:37:30 -0800 |
commit | 2080dc81b7d53e5830f570a2563da5c96cb63b11 (patch) | |
tree | f246f8c67f93e50a8bddf679148b2a67a5d0fb2a /modules/devices.c | |
parent | 1cb992627f4ae9e95b4ca079bdb88eb9b08c062d (diff) |
Sensors: Added device sections
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" |