diff options
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r-- | hardinfo2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index 26dd3c0f..4b1901f3 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -409,7 +409,7 @@ gchar *hi_module_get_name(void) guchar hi_module_get_weight(void) { - return 160; + return 85; } void hi_module_init(void) |