diff --git a/examples/tv-casting-app/linux/simple-app-helper.cpp b/examples/tv-casting-app/linux/simple-app-helper.cpp index 4d67b7936c5974..671dcb93ce705c 100644 --- a/examples/tv-casting-app/linux/simple-app-helper.cpp +++ b/examples/tv-casting-app/linux/simple-app-helper.cpp @@ -35,7 +35,7 @@ const uint16_t kDesiredEndpointVendorId = 65521; DiscoveryDelegateImpl * DiscoveryDelegateImpl::_discoveryDelegateImpl = nullptr; -bool gAwaitingCommissionerPasscodeInput = false; +bool gAwaitingCommissionerPasscodeInput = false; std::shared_ptr targetCastingPlayer; DiscoveryDelegateImpl * DiscoveryDelegateImpl::GetInstance()