mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
Fix strict prototype warnings
This commit is contained in:
@@ -306,7 +306,7 @@ ignore_new_entry_clicked (GtkWidget * wid, struct session *sess)
|
||||
}
|
||||
|
||||
static void
|
||||
close_ignore_gui_callback ()
|
||||
close_ignore_gui_callback (void)
|
||||
{
|
||||
ignore_save ();
|
||||
ignorewin = 0;
|
||||
|
||||
Reference in New Issue
Block a user