mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 11:40:18 +00:00
Fix strict prototype warnings
This commit is contained in:
@@ -155,7 +155,7 @@ spell_accumulator(GSignalInvocationHint *hint, GValue *return_accu, const GValue
|
||||
}
|
||||
|
||||
static void
|
||||
initialize_enchant ()
|
||||
initialize_enchant (void)
|
||||
{
|
||||
GModule *enchant;
|
||||
gpointer funcptr;
|
||||
|
||||
Reference in New Issue
Block a user