mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fix missing initializer warning in gio/gio-tool-cat.c
gio/gio-tool-cat.c:42:10: warning: missing field 'short_name' initializer { NULL } ^
This commit is contained in:
parent
27454ed557
commit
c395e865bf
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
|
|
||||||
static const GOptionEntry entries[] = {
|
static const GOptionEntry entries[] = {
|
||||||
{ NULL }
|
G_OPTION_ENTRY_NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 256k minus malloc overhead */
|
/* 256k minus malloc overhead */
|
||||||
|
Loading…
Reference in New Issue
Block a user