talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d5170988d48fa480bb70f4e33ed3ff2a320a4dfd
parent 30515cc370f03303d44b44131338434b72b29ce6
Author: wwp <subscript@free.fr>
Date:   Sat, 11 Sep 2021 23:08:15 +0200

No trailing punctuation in g_error's.

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -1197,7 +1197,7 @@ int main(int argc, char *argv[]) MENUITEM_ADDUI("/", "Menus", NULL, GTK_UI_MANAGER_MENUBAR); if (!g_thread_supported()) { - g_error("g_thread is not supported by glib."); + g_error("g_thread is not supported by glib"); } #ifdef G_OS_WIN32