libpurple/protocols/novell/nmrtf.c

changeset 41840
fe350460fb1c
parent 40358
e6fe6fc1f516
--- a/libpurple/protocols/novell/nmrtf.c	Wed Oct 26 02:07:31 2022 -0500
+++ b/libpurple/protocols/novell/nmrtf.c	Wed Oct 26 02:58:05 2022 -0500
@@ -215,7 +215,7 @@
 int table_size = sizeof(rtf_symbols) / sizeof(NMRtfSymbol);
 
 NMRtfContext *
-nm_rtf_init()
+nm_rtf_init(void)
 {
 	NMRtfContext *ctx = g_new0(NMRtfContext, 1);
 	ctx->nextch_available = FALSE;

mercurial