mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
tests: Fix gcc warning
This commit is contained in:
parent
9f8087b762
commit
b83dcc26ad
@ -87,7 +87,7 @@ main (int argc, char *argv[])
|
||||
else if (g_strcmp0 (argv[i], "--no-palette") == 0)
|
||||
{
|
||||
gtk_color_chooser_add_palette (GTK_COLOR_CHOOSER (dialog),
|
||||
FALSE, 0, NULL, 0);
|
||||
FALSE, 0, 0, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user