diff options
Diffstat (limited to 'com32/hdt/hdt-cli-dmi.c')
-rw-r--r-- | com32/hdt/hdt-cli-dmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli-dmi.c b/com32/hdt/hdt-cli-dmi.c index bea852db..76905db6 100644 --- a/com32/hdt/hdt-cli-dmi.c +++ b/com32/hdt/hdt-cli-dmi.c @@ -172,7 +172,7 @@ static void show_dmi_chassis(int argc __unused, char** argv __unused, hardware->dmi.chassis.version); printf(" Serial : %s\n", hardware->dmi.chassis.serial); printf(" Asset Tag : %s\n", - hardware->dmi.chassis.asset_tag); + del_multiple_spaces(hardware->dmi.chassis.asset_tag)); printf(" Boot up state : %s\n", hardware->dmi.chassis.boot_up_state); printf(" Power supply state : %s\n", |