diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 15:00:39 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 15:00:39 +0000 |
commit | 889509323b1372b76ce4ab38828c4bcaa3571d75 (patch) | |
tree | 3496df84d9a9f79f5a7d32a81ccbd0b1f9282000 /hardinfo2/devices.c | |
parent | f89d3c299263e08975255614285f5160eef3a9a4 (diff) |
Cleanups.
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r-- | hardinfo2/devices.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index d052722d..d44e5222 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -141,9 +141,7 @@ get_processor_name(void) gchar * get_storage_devices(void) { - if (!*storage_list) { - scan_storage(FALSE); - } + scan_storage(FALSE); return storage_list; } |