diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp index c2a6d5ebf3..433c9659f8 100644 --- a/editor/osm_auth.cpp +++ b/editor/osm_auth.cpp @@ -95,7 +95,7 @@ OsmOAuth OsmOAuth::ServerAuth() noexcept return IZServerAuth(); #else return ProductionServerAuth(); -#elif +#endif } // static OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept