aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/interface-gtk/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface-gtk/interface.c b/src/interface-gtk/interface.c
index 06f9a38..1f6259f 100644
--- a/src/interface-gtk/interface.c
+++ b/src/interface-gtk/interface.c
@@ -405,7 +405,7 @@ teco_interface_get_options(void)
}
void teco_interface_disable_palette(void) {}
-void teco_interface_set_default_colors(gint32, gint32) {}
+void teco_interface_set_default_colors(gint32 fg, gint32 bg) {}
void
teco_interface_msg_literal(teco_msg_t type, const gchar *str, gsize len)