Update ui_adsb_rx.cpp

This commit is contained in:
ArjanOnwezen 2021-11-23 00:16:03 +01:00 committed by GitHub
parent bbd9a865de
commit 23ec3ff11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ ADSBRxDetailsView::ADSBRxDetailsView(
on_close_(on_close) on_close_(on_close)
{ {
char file_buffer[32] { 0 }; char file_buffer[32] { 0 };
bool found = false;i bool found = false;
int number_of_airlines = 0; int number_of_airlines = 0;
std::string airline_code; std::string airline_code;
size_t c; size_t c;