mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'wip/smcv/goption-unknown' into 'main'
goption: Fix a typo See merge request GNOME/glib!3715
This commit is contained in:
commit
ee94074463
@ -1814,7 +1814,7 @@ g_option_context_parse (GOptionContext *context,
|
||||
else
|
||||
prgname = platform_get_argv0 ();
|
||||
|
||||
g_set_prgname_once (prgname ? prgname : "<unknown");
|
||||
g_set_prgname_once (prgname ? prgname : "<unknown>");
|
||||
|
||||
g_free (prgname);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user