aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r--hardinfo2/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c
index 6cbc0328..a0a4fe1a 100644
--- a/hardinfo2/util.c
+++ b/hardinfo2/util.c
@@ -74,7 +74,7 @@ gchar *find_program(gchar *program_name)
}
/* our search has failed; use GLib's search (which uses $PATH env var) */
- if ((temp = g_find_program_in_path(program_name)) {
+ if ((temp = g_find_program_in_path(program_name))) {
g_hash_table_insert(cache, program_name, g_strdup(temp));
return temp;
}