commit a223eeb176a9b5afc5e98d959ae2ab9fc3352246
parent 556016d16a3092260e5d83057939a1d44d088fdb
Author: wwp <subscript@free.fr>
Date: Sat, 11 Sep 2021 23:08:15 +0200
No trailing punctuation in g_error's.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -1181,7 +1181,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