[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-429-gdb91eb924
mones at claws-mail.org
mones at claws-mail.org
Fri Mar 18 20:54:38 CET 2022
The branch, gtk3 has been updated
via db91eb924ba18498e81cf98bbcde9daea6826770 (commit)
from 39aff56f3fccfde5606f75dfc86d64fccfc4db4f (commit)
Summary of changes:
src/inc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit db91eb924ba18498e81cf98bbcde9daea6826770
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Mar 18 20:53:24 2022 +0100
Fix warning: extra tokens at end of #include directive
Unintentionally added in 817071429ee9fd06edd1f03463eac526c3e8c4ec
diff --git a/src/inc.c b/src/inc.c
index 9971f8e4e..e14de453e 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -24,7 +24,7 @@
#include "defs.h"
#include <glib.h>
-#include <glib/gi18n.h>NULL,
+#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <stdio.h>
#include <unistd.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list