aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/decode_as_dlg.c')
-rw-r--r--gtk/decode_as_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/decode_as_dlg.c b/gtk/decode_as_dlg.c
index 8f1e928066..2285f87c7a 100644
--- a/gtk/decode_as_dlg.c
+++ b/gtk/decode_as_dlg.c
@@ -1028,7 +1028,7 @@ decode_add_pack_menu (GtkWidget *optmenu)
{
GtkWidget *alignment;
- alignment = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
+ alignment = gtk_alignment_new(0.0f, 0.5f, 0.0f, 0.0f);
gtk_container_add(GTK_CONTAINER(alignment), optmenu);
return(alignment);