Remove plenking

There were two cases of plenking (a space between a word and the punctuation
marks) in front of `…`.
This commit is contained in:
Martin Dosch
2024-10-03 15:51:52 +02:00
parent dce0b7376e
commit 50e82376b0
2 changed files with 2 additions and 2 deletions

View File

@@ -2608,7 +2608,7 @@ static int
_mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
{
ProfChatWin* chatwin = (ProfChatWin*)userdata;
// Remove the "Loading messages …" message
// Remove the "Loading messages…" message
buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
chatwin_db_history(chatwin, NULL, NULL, TRUE);
return 0;