From 7e3d8ba8bdc98bc3018628a6f1d740c4f4c268ae Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 27 Oct 2008 18:46:05 -0200 Subject: Fix typos --- hardinfo2/devices.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hardinfo2/devices.c') diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index 4f88d71e..e4a2fa7b 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -167,6 +167,7 @@ gchar *get_input_devices(void) gchar *get_processor_count(void) { + scan_processors(FALSE); return g_strdup_printf("%d", g_slist_length(processors)); } -- cgit v1.2.3