Add mising #endif

This commit is contained in:
HALX99 2020-11-18 20:04:33 +08:00 committed by GitHub
parent 4bfa6d4bf9
commit d162416f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -517,4 +517,4 @@ void splitpath(std::basic_string<_Elem>& s, _Fn func) // will convert '\\' to '/
splitpath(!s.empty() ? &s.front() : &dummy[0], func);
}
}
#endif