mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 15:56:21 +00:00
Move declaration and definition of win_get_last_sent_message to the correct place
This commit is contained in:
@@ -9569,7 +9569,7 @@ cmd_correct_editor(ProfWin* window, const char* const command, gchar** args)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gchar* initial_message = _get_last_message(window);
|
||||
gchar* initial_message = win_get_last_sent_message(window);
|
||||
|
||||
gchar* message = NULL;
|
||||
if (_get_message_from_editor(initial_message, &message)) {
|
||||
|
||||
Reference in New Issue
Block a user