Fix: ini_key issues reported by the script

This commit is contained in:
glx22
2023-07-13 17:41:06 +02:00
committed by Loïc Guilloux
parent 9cdf86a411
commit 46b504a700
11 changed files with 15 additions and 15 deletions

View File

@@ -619,7 +619,7 @@ static const NWidgetPart _nested_build_airport_widgets[] = {
};
static WindowDesc _build_airport_desc(
WDP_AUTO, "build_station_air", 0, 0,
WDP_AUTO, nullptr, 0, 0,
WC_BUILD_STATION, WC_BUILD_TOOLBAR,
WDF_CONSTRUCTION,
_nested_build_airport_widgets, lengthof(_nested_build_airport_widgets)