mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
7e0f123c5a
@ -198,7 +198,7 @@ cmd_tls(ProfWin *window, const char *const command, gchar **args)
|
|||||||
cons_show("Trusted certificates:");
|
cons_show("Trusted certificates:");
|
||||||
cons_show("");
|
cons_show("");
|
||||||
} else {
|
} else {
|
||||||
cons_show("No trustes certificates found.");
|
cons_show("No trusted certificates found.");
|
||||||
}
|
}
|
||||||
while (curr) {
|
while (curr) {
|
||||||
TLSCertificate *cert = curr->data;
|
TLSCertificate *cert = curr->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user