Code cleanup

This commit is contained in:
Pierre Pronchery 2021-01-09 19:12:45 +01:00
parent f7c3540b1a
commit 5889b167eb

View File

@ -61,7 +61,8 @@
/* Configure */ /* Configure */
/* private */ /* private */
/* types */ /* types */
struct _Configure { struct _Configure
{
ConfigurePrefs prefs; ConfigurePrefs prefs;
Config * project; Config * project;
HostArch arch; HostArch arch;