Fix workflow
Some checks failed
CI / Linux (debian) (pull_request) Has been cancelled
CI / Linux (fedora) (pull_request) Has been cancelled
CI / Linux (ubuntu) (pull_request) Has been cancelled
CI / Check spelling (pull_request) Has been cancelled
CI / Linux (arch) (pull_request) Has been cancelled
CI / Check coding style (pull_request) Failing after 29s

This commit is contained in:
2025-06-19 19:59:02 +02:00
parent 69238e7e66
commit 59d1062733
2 changed files with 40 additions and 8 deletions

View File

@@ -668,7 +668,7 @@ p_gpg_decrypt(const char* const cipher)
}
if (recipient->next) {
g_string_append(recipients_str, ", ");
g_string_append(recipients_str, ", ");
}
recipient = recipient->next;