Compare commits

..

1 Commits

Author SHA1 Message Date
2bbf81c4dc Fix workflow
Some checks failed
CI / Linux (debian) (pull_request) Has been cancelled
CI / Linux (fedora) (pull_request) Has been cancelled
CI / Linux (arch) (pull_request) Has been cancelled
CI / Linux (ubuntu) (pull_request) Has been cancelled
CI / Check spelling (pull_request) Has been cancelled
CI / Check coding style (pull_request) Successful in 2m29s
2025-06-20 14:34:37 +02:00

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;