mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 01:08:19 +00:00
trivial: Fix obsoleted line prefix to match the others
This commit is contained in:
parent
b0e1e5ec12
commit
dcd32eb582
@ -1554,7 +1554,7 @@ static void
|
||||
fu_security_attr_append_str (FwupdSecurityAttr *attr, GString *str)
|
||||
{
|
||||
if (fwupd_security_attr_has_flag (attr, FWUPD_SECURITY_ATTR_FLAG_OBSOLETED)) {
|
||||
g_string_append (str, "✦ ");
|
||||
g_string_append (str, "✦ ");
|
||||
} else if (fwupd_security_attr_has_flag (attr, FWUPD_SECURITY_ATTR_FLAG_SUCCESS)) {
|
||||
g_string_append (str, "✔ ");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user