Merge pull request #11099 from DusKing1/fix-aligning-in-osd-code

Fix code aligning in osd_elements.c
This commit is contained in:
Štěpán Dalecký 2021-12-21 01:45:58 +01:00 committed by GitHub
commit 4c034d67ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ const osdElementDrawFn osdElementDrawFunction[OSD_ITEM_COUNT] = {
[OSD_EFFICIENCY] = osdElementEfficiency,
#endif
#ifdef USE_PERSISTENT_STATS
[OSD_TOTAL_FLIGHTS] = osdElementTotalFlights,
[OSD_TOTAL_FLIGHTS] = osdElementTotalFlights,
#endif
};