Updated comment on endif for new name
This commit is contained in:
parent
b4fef31d84
commit
a3363def52
|
@ -231,7 +231,7 @@ inline std::string AbsolutePath(const std::string &filepath) {
|
|||
#endif
|
||||
? abs_path
|
||||
: filepath;
|
||||
#endif // NO_ABSOLUTE_PATH_RESOLUTION
|
||||
#endif // FLATBUFFERS_NO_ABSOLUTE_PATH_RESOLUTION
|
||||
}
|
||||
|
||||
// To and from UTF-8 unicode conversion functions
|
||||
|
|
Loading…
Reference in New Issue