sysinfo: Strip trailing space on video card

This commit is contained in:
TingPing 2015-03-02 19:03:09 -05:00
parent 9024a5c71b
commit e313a82ab4
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ static char *read_vga_name (IWbemClassObject *object)
return NULL; return NULL;
} }
return name_utf8; return g_strchomp (name_utf8);
} }
static char *read_hdd_info (IWbemClassObject *object) static char *read_hdd_info (IWbemClassObject *object)