Fix strict prototype warnings

This commit is contained in:
Patrick Griffis
2016-02-18 08:57:22 -05:00
parent 05385f2479
commit aab881fda2
16 changed files with 30 additions and 30 deletions

View File

@@ -155,7 +155,7 @@ spell_accumulator(GSignalInvocationHint *hint, GValue *return_accu, const GValue
}
static void
initialize_enchant ()
initialize_enchant (void)
{
GModule *enchant;
gpointer funcptr;